-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 792 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 792 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
{
"name": "generator-react-component-dev-kit",
"version": "0.0.6",
"description": "A scaffolding tool allowing developers create react component with demo page, dev page with hot reloading, testing with coverage check.",
"main": "index",
"repository": "git@github.com:BigYu/generator-react-component-dev.git",
"author": "Yucong Jin(jinyucong911@outlook.com)",
"license": "MIT",
"private": false,
"dependencies": {
"chalk": "^2.3.0",
"change-case": "^3.0.1",
"glob": "^7.1.2",
"yeoman-generator": "^2.0.1",
"yosay": "^2.0.1"
},
"keywords": [
"yeoman-generator",
"react",
"component"
],
"devDependencies": {
"mocha": "^4.0.1",
"yeoman-assert": "^3.1.0",
"yeoman-test": "^1.7.0"
},
"scripts": {
"test": "mocha"
}
}