-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 812 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 812 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
{
"name": "angular-bower-gulp",
"version": "0.0.0",
"description": "",
"main": "gulpfile.js",
"devDependencies": {
"gulp": "^3.8.8",
"gulp-concat": "^2.4.0",
"gulp-filelog": "^0.2.0",
"gulp-filter": "^1.0.2",
"gulp-jshint": "^1.8.4",
"gulp-ng-annotate": "^0.3.0",
"gulp-notify": "^1.5.1",
"gulp-plumber": "^0.6.5",
"gulp-rimraf": "^0.1.0",
"gulp-sourcemaps": "^1.1.4",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"gulp-webserver": "^0.8.0",
"jshint-stylish": "^0.4.0",
"main-bower-files": "^2.0.0"
},
"dependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": {
"type": "MIT",
"url": "https://github.com/ajaegle/angular-bower-gulp/blob/master/LICENSE"
}
}