Initial commit.
parents
Showing
.gitignore
0 → 100644
Readme.md
0 → 100644
conductor-clone.js
0 → 100644
conductor-list.js
0 → 100644
conductor-remote.js
0 → 100644
conductor.js
0 → 100644
lib/conductor-utility.js
0 → 100644
package.json
0 → 100644
{ | |||
"name": "conductor", | |||
"version": "0.0.1", | |||
"description": "Simple project template orchestrator.", | |||
"main": "conductor.js", | |||
"scripts": { | |||
"test": "echo \"Error: no test specified\" && exit 1" | |||
}, | |||
"bin": { | |||
"conductor": "conductor.js" | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "http://www.swyphcosmo.com/vernierm/conductor.git" | |||
}, | |||
"keywords": [ | |||
"project", | |||
"template" | |||
], | |||
"author": "Michael Vernier", | |||
"license": "MIT", | |||
"dependencies": { | |||
"commander": "^2.8.1", | |||
"findit": "^2.0.0", | |||
"inquirer": "^0.9.0", | |||
"istextorbinary": "^1.0.2", | |||
"mkdirp": "^0.5.1", | |||
"nconf": "^0.7.1", | |||
"ngrep": "^0.1.0", | |||
"q": "^1.4.1" | |||
} | |||
} |
Please register or sign in to comment