-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 918 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "service-bus",
"version": "0.10.87",
"description": "Just another service bus based on Amazon SQS - UNDER HEAVY DEVELOPMENT. Expected to be stable and documented with 0.11 release.",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node --harmony main.js"
},
"engines": {
"node": ">=0.12.4"
},
"keywords": [
"servicebus",
"service-bus",
"SQS",
"AWS",
"Amazon"
],
"url": "https://github.com/moooji/service-bus",
"email": "info@moooji.com",
"author": "Steffen Strätz",
"license": "MIT",
"bugs": {
"url": "https://github.com/moooji/service-bus/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/moooji/service-bus.git"
},
"dependencies": {
"aws-sdk": "^2.1.32",
"bluebird": "^2.9.30",
"custom-error-generator": "^7.0.0",
"lodash": "^3.9.3"
}
}