-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 946 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
42
43
44
{
"name": "@j154004/generator-react-hot",
"version": "2.2.6",
"description": "Yeoman generator to provide the scaffolding for a hot reloading React application",
"repository": {
"type": "git",
"url": "https://github.com/elementsweb/generator-react-hot.git"
},
"author": {
"name": "elementsweb"
},
"files": [
"generators"
],
"main": "generators/index.js",
"keywords": [
"react",
"yeoman-generator"
],
"dependencies": {
"yeoman-generator": "^1.0.0",
"chalk": "^1.1.3",
"yosay": "^1.2.1"
},
"devDependencies": {
"eslint": "^4.0.0",
"eslint-config-xo-space": "^0.16.0",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"yeoman-assert": "^2.2.1",
"yeoman-test": "^1.6.0"
},
"eslintConfig": {
"extends": "xo-space",
"env": {
"mocha": true
}
},
"scripts": {
"test": "mocha",
"coverage": "istanbul cover _mocha"
},
"license": "MIT"
}