create-proton-app
Version:
Create Proton Native apps
33 lines (32 loc) • 648 B
JSON
{
"name": "create-proton-app",
"version": "1.1.6",
"description": "Create Proton Native apps",
"keywords": [
"react",
"proton",
"native"
],
"bin": {
"create-proton-app": "./index.js"
},
"files": [
"index.js",
"src",
"template"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Alberto Rosado",
"homepage": "https://github.com/albe-rosado/create-proton-app",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/albe-rosado/create-proton-app"
},
"dependencies": {
"commander": "^2.14.1",
"ncp": "^2.0.0"
}
}