-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.05 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.05 KB
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
{
"name": "generator-ivh-react-component",
"version": "0.10.2",
"description": "iVantage flavored components for React",
"homepage": "https://github.com/ivantage/generator-ivh-react-component",
"author": {
"name": "jtrussell",
"email": "jus.russell@gmail.com",
"url": "www.ivantagehealth.com"
},
"files": [
"generators",
"templates"
],
"main": "generators/index.js",
"keywords": [
"react",
"component",
"yeoman-generator"
],
"dependencies": {
"chalk": "^2.1.0",
"lodash": "^4.17.4",
"yeoman-generator": "^1.0.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-exclude-gitignore": "^1.2.0",
"gulp-istanbul": "^1.1.2",
"gulp-line-ending-corrector": "^1.0.1",
"gulp-mocha": "^4.3.1",
"gulp-nsp": "^2.4.2",
"gulp-plumber": "^1.1.0",
"gulp-standard": "^10.1.1",
"yeoman-assert": "^3.0.0",
"yeoman-test": "^1.7.0"
},
"repository": "ivantage/generator-ivh-react-component",
"scripts": {
"prepublish": "gulp prepublish",
"test": "gulp"
},
"license": "MIT"
}