forked from STUkh/generator-angular-webpack-es6
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 814 Bytes
/
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
{
"name": "generator-angular-webpack-es6",
"version": "1.0.4",
"description": "Angular Webpack ES6 generator. Uses SASS as CSS preprocessor, UI router as default angular router, LazyLoading example included. Inspired by generator-gulp-angular.",
"homepage": "",
"author": {
"name": "alex.stepchenkov",
"email": "[email protected]",
"url": "github.com/STUkh"
},
"repository": "STUkh/generator-angular-webpack-es6",
"files": [
"generators/app"
],
"main": "generators/app/index.js",
"keywords": [
"yeoman-generator",
"webpack",
"angular",
"es6",
"es2015",
"generator",
"sass",
"lazy-load"
],
"dependencies": {
"chalk": "^1.1.1",
"lodash": "^4.5.1",
"mkdirp": "^0.5.1",
"yeoman-generator": "^0.22.5",
"yosay": "^1.1.0"
}
}