-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 816 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 816 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
31
32
33
{
"name": "react-component-inator",
"version": "1.5.3",
"description": "Simple tool to build a react-component skeleton",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jarvis1010/react-component-inator.git"
},
"keywords": [
"component",
"react",
"generator"
],
"bin": {
"componentinator": "./index.js"
},
"author": "'Justin Travis Mair'",
"license": "ISC",
"dependencies": {
"humps": "^2.0.0",
"path": "^0.12.7",
"sanitize-filename": "^1.6.1"
},
"bugs": {
"url": "https://github.com/Jarvis1010/react-component-inator/issues"
},
"homepage": "https://github.com/Jarvis1010/react-component-inator#readme",
"devDependencies": {}
}