-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 832 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 832 Bytes
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-flow",
"version": "3.0.0",
"description": "AngularJS+Webpack app generator for large applications with maintainable and clear file structure",
"scripts": {
"yo": "yo --ignore-version-check --"
},
"dependencies": {
"lodash": "^4.17.21",
"underscore.string": "^3.3.5",
"yeoman-generator": "^2.0.5"
},
"files": [
"modal"
],
"keywords": [
"yeoman",
"yeoman-generator",
"angular",
"frontend",
"large",
"application",
"webpack"
],
"homepage": "https://github.com/myflowpl/generator-angular-flow",
"bugs": "https://github.com/myflowpl/generator-angular-flow/issues",
"author": "Piotr Błaszczak",
"main": "app/index.js",
"repository": {
"type": "git",
"url": "https://github.com/myflowpl/generator-angular-flow.git"
}
}