forked from jpanagiotidis/cloud-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 979 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
38
39
40
41
{
"name": "cloud-tools",
"version": "0.0.18",
"description": "Cloud Tools for NodeJS",
"main": "index.js",
"engines": {
"node": ">=4.4.3"
},
"scripts": {
"test": "grunt lint && npm run cover",
"mocha": "mocha \"test/**/*.js\"",
"time": "mocha \"test/utils/test.js\"",
"cover": "istanbul cover _mocha test/**/*.js"
},
"author": "",
"license": "ISC",
"repository" : {
"type" : "git",
"url" : "https://github.com/jpanagiotidis/cloud-tools"
},
"dependencies": {
"aws-sdk": "2.7.25",
"chance": "1.0.4",
"debug": "2.6.0",
"lodash": "4.17.4",
"moment": "2.17.1"
},
"devDependencies": {
"chai": "3.5.0",
"eslint": "3.14.1",
"eslint-config-airbnb": "14.0.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "3.0.2",
"eslint-plugin-react": "6.9.0",
"grunt": "1.0.1",
"grunt-eslint": "19.0.0",
"istanbul": "0.4.5",
"mocha": "3.2.0",
"sinon": "1.17.7"
}
}