21 lines
509 B
JSON
21 lines
509 B
JSON
{
|
|
"name": "create-mcfly",
|
|
"version": "0.0.3",
|
|
"bin": "./index.js",
|
|
"description": "Create a new McFly app",
|
|
"main": "index.js",
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ayoayco/McFly.git"
|
|
},
|
|
"author": "Ayo Ayco",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/ayoayco/McFly/issues"
|
|
},
|
|
"homepage": "https://github.com/ayoayco/McFly#readme"
|
|
}
|