-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 728 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 728 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": "reactit",
"version": "0.6.1",
"description": "React CLI for creating React Applications in seconds",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"reactit": "bin/root.js"
},
"bugs":{
"url" : "https://github.com/tanmaybhatt/reactit/issues"
},
"keywords":["react","react-cli","reactit","reactcli","cli","boilerplate","react-boilerplate"],
"preferGlobal":true,
"repository" :
{
"type" : "git",
"url" : "https://github.com/tanmaybhatt/reactit"
},
"author": "Tanmay Bhatt",
"license": "ISC",
"dependencies": {
"adm-zip": "^0.4.7",
"chalk": "^1.1.3",
"npm": "^5.0.3",
"progress": "^2.0.0"
}
}