-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.83 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.83 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "lifecycle-management-for-docker",
"version": "0.12.0",
"description": "",
"homepage": "https://github.com/StephenCoady/lifecycle-management-for-docker#readme",
"author": "Stephen Coady <scoady2@gmail.com>",
"files": [
"controllers"
],
"main": "app.js",
"keywords": [],
"devDependencies": {
"chai": "^3.5.0",
"expect.js": "^0.3.1",
"istanbul": "^0.4.5",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.2",
"mocha": "^3.1.2",
"node-cmd": "^1.2.0",
"phantomjs-prebuilt": "^2.1.14",
"supertest": "^2.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StephenCoady/lifecycle-management-for-docker.git"
},
"scripts": {
"start": "node index.js",
"coverage": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -R ./server/api/test/*",
"test": "mocha ./server/api/test --timeout 20000"
},
"license": "MIT",
"dependencies": {
"alertifyjs": "^1.9.0",
"angular": "^1.6.2",
"angular-animate": "^1.6.2",
"angular-aria": "^1.6.2",
"angular-chart.js": "^1.1.1",
"angular-cookies": "^1.6.3",
"angular-file-upload": "^2.5.0",
"angular-loading-bar": "^0.9.0",
"angular-material": "^1.1.3",
"angular-route": "^1.6.2",
"angular-sidebar": "^1.1.0",
"angular-simple-sidebar": "^1.3.1",
"angularjs-toaster": "^2.1.0",
"body-parser": "^1.16.1",
"chart.js": "^2.5.0",
"dockerode": "^2.3.1",
"express": "^4.14.0",
"jsonwebtoken": "^7.3.0",
"moment": "^2.17.1",
"morgan": "^1.7.0",
"multer": "^1.3.0",
"nedb": "^1.8.0",
"string_decoder": "^0.10.31"
},
"bugs": {
"url": "https://github.com/StephenCoady/lifecycle-management-for-docker/issues"
},
"directories": {
"test": "test"
}
}