-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1.18 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
{
"name": "agave-togo",
"version": "2.0.0",
"description": "Reference webapp for the Agave Platform",
"author": "Rion Dooley <[email protected]>",
"license": "BSD-2-Clause",
"repository": "https://github.com/agaveapi/agave-togo",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-connect": "5.0.0",
"gulp-ignore": "^2.0.1",
"gulp-imagemin": "^2.4.0",
"gulp-minify-css": "^1.2.1",
"gulp-prettify": "^0.3.0",
"gulp-rename": "^1.2.2",
"gulp-rtlcss": "^0.1.4",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.4.2",
"jasmine-core": "^2.5.2",
"karma": "^0.13.19",
"karma-chrome-launcher": "^0.2.2",
"karma-edge-launcher": "^0.4.1",
"karma-firefox-launcher": "^0.1.7",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^0.3.6",
"karma-jasmine-html-reporter": "^0.1.8",
"karma-phantomjs-launcher": "^0.1.4",
"karma-safari-launcher": "^1.0.0",
"ng-midway-tester": "^2.0.5"
},
"dependencies": {
"bower": "^1.6.5"
},
"scripts": {
"postinstall": "node_modules/bower/bin/bower --allow-root install",
"start": "http-server -a localhost -p 9000 -c-1",
"test": "karma start"
}
}