reactit
Version:
React CLI for creating React Applications in seconds
31 lines (30 loc) • 758 B
JSON
{
"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"
}
}