-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 800 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 800 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
30
31
32
33
34
{
"name": "angular-browserify-gulp-seed",
"version": "0.0.1",
"description": "Seed project for angular browserify and gulp",
"main": "index.js",
"scripts": {
"install": "bower install"
},
"repository": "",
"keywords": [
"angular"
],
"author": "rpatel",
"license": "BSD",
"readmeFilename": "README.md",
"devDependencies": {
"bower": "~1.2.8",
"gulp": "~3.5.2",
"browserify": "~3.30.1",
"napa": "~0.3.0",
"gulp-util": "~2.2.14",
"gulp-jshint": "~1.4.2",
"gulp-uglify": "~0.2.1",
"gulp-browserify": "~0.4.4",
"gulp-concat": "~2.1.7",
"gulp-notify": "~0.5.0",
"gulp-sass": "~0.7.0",
"gulp-connect": "~0.8.0",
"lodash": "~2.4.1",
"jquery": "~2.1.0",
"gulp-load": "~0.1.1",
"browserify-shim": "~3.2.2"
}
}