-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.08 KB
/
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
38
39
40
41
42
{
"name": "reef-client",
"version": "1.0.0-beta.6",
"description": "A nodejs client for the Reef arquitectural pattern",
"main": "dist/index.js",
"scripts": {
"compile": "babel -d ./dist ./src",
"prepublish": "npm run compile",
"test2": "npm run compile && node test/client.js",
"test": "mocha test/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/line64/node-reef-client.git"
},
"keywords": [
"reef"
],
"author": "Line64",
"license": "MIT",
"bugs": {
"url": "https://github.com/line64/node-reef-client/issues"
},
"homepage": "https://github.com/line64/node-reef-client#readme",
"dependencies": {
"aws-sdk": "^2.2.26",
"babel-runtime": "^6.9.2",
"bunyan": "^1.8.1",
"sqs-consumer": "^3.0.0",
"sqs-producer": "^1.3.2",
"uid": "0.0.2"
},
"devDependencies": {
"async": "^1.5.1",
"babel-cli": "^6.3.17",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"dotenv": "^2.0.0"
}
}