-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 957 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
34
35
36
37
38
39
40
41
{
"name": "generator-angular2gen",
"version": "1.2.3",
"description": "A simple way to learn Angular2 with angular2gen !",
"license": "MIT",
"main": "app/index.js",
"scripts": {
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NablaT/angular2gen.git"
},
"author": "Remi Pourtier <remi.pourtier@gmail.com> & Guillaume Rahbari <guillaume.rahbari@gmail.com> ",
"bugs": {
"url": "https://github.com/NablaT/angular2gen/issues"
},
"keywords": [
"yeoman-generator",
"angular yeoman",
"angular2 yeoman",
"angularjs",
"angular",
"angularjs2",
"angular2",
"angular 2"
],
"homepage": "https://github.com/NablaT/angular2gen#readme",
"files": [
"app",
"component",
"service",
"directive",
"style",
"common-function"
],
"dependencies": {
"lodash": "^4.6.1",
"yeoman-generator": "^0.22.5"
}
}