forked from jvandemo/generator-angular2-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "generator-angular2-library",
"version": "11.2.0",
"description": "Generator to create an Angular 2 library",
"homepage": "https://github.com/jvandemo/generator-angular2-library",
"author": {
"name": "Jurgen Van de Moere",
"email": "[email protected]",
"url": "http://www.jvandemo.com"
},
"files": [
"generators"
],
"main": "generators/index.js",
"keywords": [
"yeoman-generator"
],
"license": "MIT",
"dependencies": {
"chalk": "^1.1.3",
"underscore.string": "^3.3.4",
"yeoman-generator": "^1.0.0",
"yosay": "^2.0.0"
},
"devDependencies": {
"yeoman-assert": "^2.2.1",
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-istanbul": "^0.10.4",
"gulp-mocha": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-nsp": "^2.4.1",
"gulp-coveralls": "^0.1.4"
},
"repository": "jvandemo/generator-angular2-library",
"scripts": {
"prepublish": "gulp prepublish",
"test": "gulp"
}
}