-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.05 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
{
"name": "generator-base-angularjs",
"version": "1.1.5",
"description": "AngularJS basic skeleton for webapp development. With RequireJS, Bootstrap, Sass. Also with JSHint and Grunt.",
"license": "MIT",
"main": "app/index.js",
"repository": "zguillez/generator-base-angularjs",
"author": {
"name": "Guillermo de la Iglesia",
"email": "mail@zguillez.io",
"url": "https://github.com/zguillez"
},
"dependencies": {},
"devDependencies": {
"bower": "^1.7.9",
"connect-livereload": "^0.5.4",
"grunt": "^0.4.5",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-connect": "~1.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jade": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-sass": "~1.0.0",
"grunt-contrib-uglify": "~1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-merge-copy": "^1.0.0",
"grunt-open": "^0.2.3",
"grunt-reload": "^0.2.0",
"jade": "^1.11.0",
"jshint-stylish": "^2.1.0",
"load-grunt-tasks": "^3.5.0"
}
}