-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.14 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
{
"name": "webclient",
"version": "1.3.2",
"main": "app.js",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "[email protected]:jayway/streamflow-webclient.git"
},
"devDependencies": {
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-concat": "~2.6.1",
"gulp-connect": "^5.5.0",
"gulp-imagemin": "^4.1.0",
"gulp-jshint": "~2.1.0",
"gulp-load-plugins": "~1.5.0",
"gulp-clean-css": "^3.9.4",
"gulp-minify-html": "1.0.6",
"gulp-ng-annotate": "^2.1.0",
"gulp-ng-constant": "^1.2.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"merge-stream": "^1.0.1",
"jshint-stylish": "^2.2.1",
"jshint": "^2.9.5",
"karma": "~2.0",
"karma-chrome-launcher": "~2.2.0",
"karma-firefox-launcher": "~1.1.0",
"jasmine-core": "~3.1.0",
"karma-jasmine": "~1.1",
"karma-junit-reporter": "~1.2.0",
"karma-ng-scenario": "^1.0.0",
"karma-phantomjs-launcher": "~1.0.4",
"phantomjs-polyfill": "~0.0.2",
"main-bower-files": "^2.13.1",
"run-sequence": "^2.2.1",
"vinyl-source-stream": "^2.0.0",
"yargs": "^11.0.0"
}
}