starter-kit
Version:
A quick command-line utility for NodeJS that helps quickly spin up new projects.
41 lines (36 loc) • 732 B
JSON
{
"name": "starter-kit",
"version": "2.2.0",
"description": "A quick command-line utility for NodeJS that helps quickly spin up new projects.",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/mikemclaren/starter-kit.git"
},
"author": "Mike Mclaren <mike.mclaren@sq1.com>",
"license": "MIT",
"bin": {
"starterkit": "./src/starterkit"
},
"keywords": [
"starter",
"kit",
"starterkit",
"easy",
"express",
"sailsjs",
"bower",
"frontend",
"backend",
"fullstack",
"starter-kit"
],
"dependencies": {
"colors": "^1.0.3",
"commander": "^2.7.1",
"remove": "^0.1.5"
}
}