-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
48 lines (48 loc) · 1.13 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
42
43
44
45
46
47
48
{
"name": "generator-frontend-incubator",
"version": "0.3.0",
"description": "Generator for the Incentro Frontend Incubator",
"repository": "incentro/generator-frontend-incubator",
"keywords": [
"yeoman-generator",
"incentro",
"frontend-incubator",
"frontend",
"incubator"
],
"author": "Incentro <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/incentro/generator-frontend-incubator/issues"
},
"homepage": "https://incentro.github.io/generator-frontend-incubator",
"files": [
"app"
],
"dependencies": {
"yeoman-generator": "^0.22.5",
"chalk": "^1.0.0",
"mkdirp": "^0.5.1",
"yosay": "^1.0.2"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-istanbul": "^0.10.3",
"gulp-load-plugins": "^1.2.0",
"gulp-mocha": "^2.0.0",
"gulp-nsp": "^2.1.0",
"gulp-plumber": "^1.0.0",
"path": "^0.12.7",
"yeoman-assert": "^2.0.0"
},
"scripts": {
"prepublish": "gulp prepublish",
"test": "gulp"
},
"engineStrict": true,
"engines": {
"npm": ">=3.7.3",
"node": ">=5.8.0"
}
}