forked from madvas/gae-angular-material-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.09 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
{
"name": "gae-angular-material-init",
"author": "Tobias Burgherr",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"repository": {
"type": "git",
"url": "http://github.com/TBxy/gae-angular-material-init"
},
"devDependencies": {
"bower": "~1",
"del": "^2.2.0",
"glob": "^7.0.3",
"graceful-fs": "^4.1.4",
"grunt": "^1.0.1",
"grunt-pylint": "^1.1.0",
"gulp": "~3.9",
"gulp-angular-templatecache": "^1.5.0",
"gulp-bower": "~0",
"gulp-clean-css": "^2.0.7",
"gulp-concat-css": "^2.1.0",
"gulp-grunt": "^0.5.2",
"gulp-htmlhint": "0.3.1",
"gulp-inject": "^4.1.0",
"gulp-install": "^0.6.0",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.1",
"gulp-jslint-simple": "^1.0.0",
"gulp-less": "^3.0.0",
"gulp-livereload": "~3",
"gulp-load-plugins": "~1",
"gulp-ng-annotate": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglifyjs": "^0.6.2",
"gulp-watch": "^4.1.1",
"gulp-zip": "^3.2.0",
"jshint-stylish": "^2.2.0"
}
}