-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 880 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
{
"name": "web-boilerplate",
"version": "0.0.1",
"description": "Simple gulp browswerify angularjs boilerplate",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"angularjs",
"gulp",
"browserify"
],
"author": "pplavetzki",
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.7.5",
"express": "^4.12.3",
"gulp": "^3.8.11",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.5.2",
"gulp-if": "^1.2.5",
"gulp-inject": "^1.2.0",
"gulp-jshint": "^1.11.0",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.1.3",
"gulp-minify-html": "^1.0.3",
"gulp-nodemon": "^2.0.3",
"gulp-plumber": "^1.0.0",
"gulp-sftp": "^0.1.4",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"jshint-stylish": "^2.0.0",
"yargs": "^3.9.1"
}
}