-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.23 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
{
"name": "nodeAngularFileUpload",
"version": "0.0.0",
"dependencies": {
"express": "^4.8.8",
"path": "^0.4.9",
"fs-extra": "^0.11.1",
"connect-busboy": "0.0.1"
},
"devDependencies": {
"gulp": "^3.6.0",
"gulp-autoprefixer": "^0.0.6",
"main-bower-files": "^1.0",
"gulp-cache": "^0.2",
"gulp-rimraf": "^0.1",
"gulp-csso": "^0.2.6",
"gulp-filter": "^0.4.1",
"gulp-flatten": "^0.0.2",
"gulp-imagemin": "^0.6",
"gulp-jshint": "^1.8",
"gulp-load-plugins": "^0.5",
"gulp-ruby-sass": "^0.4.3",
"gulp-size": "^1.0",
"gulp-uglify": "^0.3",
"gulp-useref": "^0.4.2",
"gulp-ng-annotate": "^0.2.0",
"gulp-replace": "^0.4",
"gulp-rev": "^1.0",
"gulp-rev-replace": "^0.3",
"gulp-ng-html2js": "~0.1.6",
"gulp-minify-html": "~0.1.3",
"gulp-inject": "^1.0",
"jshint-stylish": "^0.4",
"wiredep": "^1.4.3",
"gulp-karma": "0.0.4",
"karma-jasmine": "^0.1.5",
"karma-phantomjs-launcher": "^0.1.4",
"require-dir": "^0.1",
"browser-sync": "^1.3",
"http-proxy": "^1.1",
"gulp-protractor": "0.0.7",
"gulp-plumber": "^0.6.3",
"protractor": "^1.0.0",
"uglify-save-license": "^0.4.1"
},
"engines": {
"node": ">=0.10.0"
}
}