-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 957 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": "docker-api",
"version": "0.0.1",
"description": "A Docker Restful API ",
"main": "index.js",
"scripts": {
"start": "./node_modules/.bin/babel-node ./index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"docker",
"saigon",
"saigon-devs"
],
"author": "saigon-devs",
"license": "MIT",
"devDependencies": {
"async": "^1.4.0",
"babel": "^5.6.23",
"babel-core": "^5.7.4",
"babel-loader": "^5.3.2",
"chalk": "^1.1.0",
"docker-api-wrapper": "^0.2.11",
"glob": "~4.0.5",
"hapi": "^9.1.0",
"hapi-auth-jwt2": "^5.0.4",
"hapi-swagger": "^1.3.0",
"joi": "^6.6.0",
"jsonwebtoken": "^5.0.4",
"lodash": "^3.10.0",
"node-libs-browser": "^0.5.2",
"node-rest-client": "^1.5.1",
"node-uuid": "^1.4.3",
"path": "^0.11.14",
"querystring": "^0.2.0"
},
"dependencies": {
"inert": "^3.0.1",
"vision": "^3.0.0"
}
}