jerusalem-init-react
Version:
This is a command line application that allows you to create a boilerplate for a complete react application and it has many features
17 lines (16 loc) • 347 B
JSON
{
"name": "jerusalem-init-react",
"version": "1.4.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["react","bolierplate","create","template"],
"author": "",
"license": "ISC",
"dependencies": {
"commander": "^2.19.0"
},
"bin":"index.js"
}