forked from mjhea0/angular-gulp-browserify-seed
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 673 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 673 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
{
"name": "angular-gulp-browserify-starter",
"version": "0.0.1",
"description": "",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"angular": "^1.2.21",
"angular-animate": "^1.2.16",
"angular-route": "^1.2.17-build.163.1",
"bower": "^1.3.9",
"browserify": "^5.10.0",
"gulp": "^3.8.7",
"gulp-browserify": "^0.5.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.3.4",
"gulp-connect": "^2.0.6",
"gulp-jshint": "^1.8.4",
"gulp-minify-css": "^0.3.7",
"gulp-uglify": "^0.3.1",
"run-sequence": "^1.1.4"
}
}