forked from PredixDev/MobileExample-WebApp-Sample
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 707 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 707 Bytes
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
{
"name": "foundation-apps-template",
"version": "1.2.0",
"scripts": {
"start": "gulp",
"build": "gulp build",
"publish": "pm publish",
"prepublish": "npm run build",
"postinstall": "bower install"
},
"devDependencies": {
"bower": "^1.7.7",
"front-router": "^1.0.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-if": "^2.0.0",
"gulp-load-plugins": "^1.1.0",
"gulp-minify-css": "^1.2.2",
"gulp-ng-html2js": "^0.2.0",
"gulp-sass": "^2.0.3",
"gulp-uglify": "^1.2.0",
"gulp-webserver": "^0.9.1",
"rimraf": "^2.4.1",
"run-sequence": "^1.1.1",
"yargs": "^3.15.0"
},
"private": true
}