-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1021 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": "@attently/compcreate",
"version": "1.2.2",
"description": "A command line tool to create React components",
"preferGlobal": true,
"bin": {
"compcreate": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "git checkout master && git merge dev && git push origin master && yarn publish && git checkout dev && git merge master"
},
"repository": {
"type": "git",
"url": "git+https://github.com/attently/compcreate.git"
},
"keywords": [
"react",
"component",
"generator"
],
"author": "Attently, Inc.",
"contributors": [
{
"name": "Dustin L. Dodson",
"email": "[email protected]"
},
{
"name": "Jason Warta",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/attently/compcreate/issues"
},
"homepage": "https://github.com/attently/compcreate#readme",
"dependencies": {
"argparse": "^1.0.10",
"fancy-log": "^1.3.2",
"fs-extra": "^5.0.0",
"prompt-radio": "^1.2.1"
}
}