g-resource
Version:
Generate resource scaffolding.
50 lines (49 loc) • 1.04 kB
JSON
{
"name": "g-resource",
"version": "0.1.0",
"description": "Generate resource scaffolding.",
"main": "index.js",
"scripts": {
"test": "mocha --no-colors",
"test-watch": "mocha --watch --no-colors"
},
"bin": {
"g_resource": "./index.js"
},
"files": [
"package.json",
"README.md",
"LICENSE.txt",
"CHANGELOG.md",
"index.js",
"test.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/wurde/g-resource.git"
},
"keywords": [
"resource",
"scaffolding",
"generator"
],
"author": "Andy Bettisworth <andy@accreu.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wurde/g-resource/issues"
},
"homepage": "https://github.com/wurde/g-resource#readme",
"dependencies": {
"prompt": "^1.0.0"
},
"devDependencies": {
"mocha": "^4.0.1"
},
"engines": {
"node": ">= 8"
},
"bugs": {
"url": "https://github.com/wurde/g-resource/issues"
},
"homepage": "https://github.com/wurde/g-resource#readme"
}