-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.32 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "starsApp",
"description": "starsApp",
"version": "0.0.0",
"main": "gulpfile.js",
"devDependencies": {
"angular-jsdoc": "1.3.3",
"browser-sync": "^2.6.4",
"connect-modrewrite": "^0.8.1",
"del": "^2.2.0",
"fs-symlink": "^1.2.1",
"fsdk": "^1.0.0",
"git-guppy": "^1.0.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-clean-css": "^2.0.6",
"gulp-coffee": "^2.3.1",
"gulp-coffeelint": "^0.6.0",
"gulp-filter": "^3.0.1",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.3.0",
"gulp-jade": "^1.0.1",
"gulp-load-plugins": "^1.1.0",
"gulp-map": "0.0.2",
"gulp-minify-html": "^1.0.3",
"gulp-ng-annotate": "^1.1.0",
"gulp-ng-config": "^1.2.1",
"gulp-plumber": "^1.0.1",
"gulp-prompt": "^0.1.2",
"gulp-rename": "^1.2.2",
"gulp-rev": "^6.0.1",
"gulp-rev-replace": "^0.4.0",
"gulp-shell": "0.5.2",
"gulp-stylus": "^2.0.1",
"gulp-sync": "^0.1.4",
"gulp-uglify": "^1.1.0",
"gulp-useref": "^3.0.3",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.2.4",
"guppy-cli": "^0.4.0",
"jsdoc": "3.3.2",
"lazypipe": "^1.0.1",
"main-bower-files": "^2.8.2",
"moment": "^2.10.6",
"remove": "^0.1.5",
"require-dir": "^0.3.0",
"underscore": "^1.8.3",
"wiredep": "^3.0.0",
"yargs": "^3.8.0"
}
}