@subjectmatter/tsm-cli
Version:
A cli tool for scaffolding now WordPress Projects
31 lines (30 loc) • 739 B
JSON
{
"name": "@subjectmatter/tsm-cli",
"version": "0.1.0",
"description": "A cli tool for scaffolding now WordPress Projects",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Subject Matter",
"Team Subject Matter",
"TSM"
],
"author": "Zakk Fleischmann <fleischmann@teamsubjectmatter> (fleischmann@teamsubjectmatter)",
"homepage": "http://www.teamsubjectmatter.com",
"license": "ISC",
"bin": {
"tsm": "./index.js"
},
"dependencies": {
"chalk": "^1.1.3",
"clear": "0.0.1",
"clui": "^0.3.1",
"inquirer": "^3.1.0",
"minimist": "^1.2.0",
"nodegit": "^0.18.3",
"preferences": "^0.2.1",
"rimraf": "^2.6.1"
}
}