-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
43 lines (43 loc) · 1.06 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
{
"name": "gae-angular-material-starter",
"author": "Matus Lestan",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"repository": {
"type": "git",
"url": "http://github.com/madvas/gae-angular-material-starter"
},
"devDependencies": {
"bower": "~1",
"del": "^1.1.1",
"glob": "^4.3.5",
"grunt": "^0.4.5",
"grunt-pylint": "^1.1.0",
"gulp": "~3",
"gulp-angular-templatecache": "^1.5.0",
"gulp-bower": "~0",
"gulp-concat-css": "^2.1.0",
"gulp-grunt": "^0.5.2",
"gulp-htmlhint": "0.0.9",
"gulp-inject": "^1.1.1",
"gulp-install": "^0.2.0",
"gulp-jscs": "^1.4.0",
"gulp-jshint": "^1.9.2",
"gulp-jslint-simple": "^1.0.0",
"gulp-less": "^3.0.0",
"gulp-livereload": "~3",
"gulp-load-plugins": "~0",
"gulp-minify-css": "^0.4.5",
"gulp-ng-annotate": "^0.5.2",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglifyjs": "^0.6.0",
"gulp-watch": "^4.1.1",
"gulp-zip": "^2.0.3",
"jshint-stylish": "^1.0.0"
}
}