-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.53 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.53 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
{
"name": "appsgate.debugger",
"description": "Debugger for AppsGate",
"version": "2.0.1",
"license": "ISC",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"doc": "docco lib/appsgate.debugger.js"
},
"repository": {
"type": "git",
"url": "https://dev.yeastlab.fr/appsgate/appsgate.debugger.git"
},
"bugs": {
"url": "https://dev.yeastlab.fr/appsgate/appsgate.debugger/issues"
},
"author": {
"name": "Remi Barraquand",
"email": "dev@remibarraquand.com",
"url": "http://barraq.io"
},
"dependencies": {
"backbone": "~1.1.2",
"d3": "~3.4.11",
"lodash": "~2.4.1",
"jquery": "~2.1.1"
},
"devDependencies": {
"bower": "^1.3.8",
"colors": "^0.6.2",
"connect-livereload": "^0.4.0",
"docco": "^0.6.3",
"docopt": "^0.4.0",
"grunt": "^0.4.5",
"grunt-bower-task": "^0.4.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-compass": "^0.9.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-uglify": "^0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-docco": "^0.3.3",
"grunt-grunticon": "^1.2.12",
"grunt-open": "^0.2.3",
"grunt-preprocess": "^4.0.0",
"grunt-shared-config": "^0.3.10",
"grunt-template": "^0.2.3",
"load-grunt-tasks": "^0.6.0",
"lodash": "^2.4.1",
"q": "^1.0.1",
"socket.io": "^1.0.6",
"svgo": "^0.4.5",
"time-grunt": "^0.4.0",
"ws": "^0.4.32",
"xml2js": "^0.4.4"
}
}