-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.58 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
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": "wharf",
"version": "1.0.0",
"description": "Docker Manitoring Tool",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/davidcunha/wharf.git"
},
"author": "David Cunha <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/davidcunha/wharf/issues"
},
"scripts": {
"install": "electron-rebuild"
},
"homepage": "https://github.com/davidcunha/wharf#readme",
"dependencies": {
"angular": "^1.5.0",
"angular-resource": "^1.5.0",
"angular-ui-router": "^0.2.18",
"chart.js": "^1.0.2",
"docker-remote-api": "^4.4.1",
"express": "^4.13.3",
"moment": "^2.11.2",
"q": "^1.4.1",
"sqlite3": "^3.1.1",
"winston": "^2.1.1"
},
"devDependencies": {
"blanket": "^1.2.1",
"chai": "^3.4.1",
"chai-as-promised": "^5.2.0",
"electron-prebuilt": "^0.36.9",
"electron-rebuild": "^1.1.3",
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.1",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "^0.11.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-exec": "^0.4.6",
"grunt-express-server": "^0.5.1",
"grunt-jsdoc": "^1.1.0",
"grunt-mocha-test": "^0.12.7",
"grunt-notify": "^0.4.5",
"grunt-sass": "^1.1.0",
"mocha": "^2.3.4",
"sinon": "^1.17.2"
},
"config": {
"blanket": {
"pattern": [
"index.js",
"lib"
],
"data-cover-never": [
"node_modules",
"test",
"public",
"config"
]
}
}
}