forked from ggeoffrey/Choregraphie
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.24 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.24 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
{
"name": "Choregraphie",
"version": "2.0.0",
"description": "An open source AngularJS app to watch and understand the behavior of applications hosted in a datacenter. Can be used alone or alongside Kibana.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ggeoffrey/Choregraphie.git"
},
"author": "Geoffrey Gaillard",
"license": "Apache",
"bugs": {
"url": "https://github.com/ggeoffrey/Choregraphie/issues"
},
"homepage": "https://github.com/ggeoffrey/Choregraphie",
"devDependencies": {
"grunt": "^0.4.4",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-express-server": "^0.4.17",
"grunt-typescript": "^0.3.6"
},
"dependencies": {
"async": "^0.9.0",
"body-parser": "~1.0.0",
"compression": "^1.0.9",
"cookie-parser": "~1.0.1",
"debug": "~0.7.4",
"express": "~4.2.0",
"jade": "~1.3.0",
"morgan": "~1.0.0",
"pg": "^3.4.0",
"socket.io": "^1.0.6",
"static-favicon": "~1.0.0",
"stylus": "0.42.3"
}
}