-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 927 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": "mogno-ipe",
"version": "0.0.2",
"description": "Module for handling PaaS operations",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "",
"email": "",
"url": ""
},
"license": "ISC",
"devDependencies": {
"chai": "3.2.0",
"gulp": "3.9.0",
"gulp-istanbul": "0.10.0",
"gulp-jscs": "2.0.0",
"gulp-jshint": "1.11.2",
"gulp-mocha": "2.1.3",
"gulp-notify": "2.2.0",
"jsdoc": "3.3.2",
"jshint-stylish": "2.0.1",
"mocha": "2.2.5",
"nock": "^2.13.0",
"sinon": "1.15.4",
"sinon-chai": "^2.8.0"
},
"dependencies": {
"aws-sdk": "2.1.50",
"body-parser": "^1.13.3",
"carbono-json-messages": "0.0.2",
"carbono-service-manager": "0.0.9",
"config": "^1.16.0",
"consign": "^0.1.2",
"express": "^4.13.3",
"q": "^1.4.1",
"request": "^2.61.0"
}
}