forked from neo4j/neo4j-browser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.54 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
{
"name": "neo4j-browser",
"version": "2.0.0-SNAPSHOT",
"dependencies": {},
"engines": {
"node": ">=0.10.2"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"bower": "^1.4.1",
"coffee-script": "^1.9.2",
"connect-livereload": "^0.5.3",
"express": "^4.13.3",
"grunt": "^0.4.5",
"grunt-bower-requirejs": "^2.0.0",
"grunt-cli": "^0.1.13",
"grunt-connect-proxy": "^0.2.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-htmlmin": "^0.4.0",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-stylus": "^0.21.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-exec": "^0.4.6",
"grunt-jade": "^0.5.1",
"grunt-karma": "^0.10.1",
"grunt-open": "^0.2.3",
"grunt-rev": "^0.1.0",
"grunt-string-replace": "^1.3.0",
"grunt-usemin": "^3.0.0",
"jasmine-core": "^2.3.4",
"karma": "^0.12.32",
"karma-coffee-preprocessor": "^0.2.1",
"karma-jasmine": "^0.3.5",
"karma-junit-reporter": "^0.2.2",
"karma-ng-scenario": "^0.1.0",
"karma-phantomjs-launcher": "^0.1.4",
"karma-requirejs": "^0.2.2",
"karma-sauce-launcher": "^0.2.11",
"matchdep": "^0.3.0",
"nib": "^1.1.0",
"phantomjs": "^1.9.16",
"requirejs": "^2.1.17",
"semver": "^4.3.4",
"shelljs": "^0.5.0"
}
}