forked from johnnyflinn/ngCytoscape
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 801 Bytes
/
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
{
"name": "ngCytoscape",
"private": true,
"version": "0.0.6",
"description": "Angular Cytoscape",
"repository": "https://github.com/johnnyflinn/ngCytoscape",
"license": "MIT",
"devDependencies": {
"bower": "^1.3.1",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.1",
"http-server": "^0.6.1",
"jasmine-core": "^2.3.4",
"jshint": "^2.9.1-rc1",
"karma": "1.x",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^0.1.7",
"karma-htmlfile-reporter": "^0.2.2",
"karma-jasmine": "^0.3.7",
"karma-junit-reporter": "^0.3.8",
"protractor": "^2.1.0",
"shelljs": "^0.2.6"
},
"scripts": {},
"dependencies": {
"gulp": "^3.9.0"
}
}