-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 925 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
32
33
34
35
36
37
{
"name": "spring-security-angularjs",
"version": "0.0.1",
"dependencies": {
"bower": "~1.3.12",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-concat-vendor": "0.0.4",
"gulp-uglify": "^1.3.0",
"main-bower-files": "^2.9.0",
"gulp-minify-css" : "^1.2.1",
"gulp-notify":"2.2.0",
"gulp-inject": "1.5.0",
"run-sequence": "1.1.4",
"stream-series": "0.1.1",
"gulp-gzip": "1.2.0",
"gulp-clone": "1.0.0",
"gulp-order": "1.1.1",
"gulp-flatten" : "0.2.0",
"gulp-rimraf": "0.2.0",
"gulp-debug": "2.1.2",
"gulp-uncss": "1.0.4"
},
"jspm": {
"dependencies": {
"jquery": "github:jquery/jquery@^2.1.3"
},
"devDependencies": {
"traceur": "github:jmcriffey/[email protected]",
"traceur-runtime": "github:jmcriffey/[email protected]"
}
},
"scripts": {
"prebuild": "npm install",
"build": "gulp"
}
}