titan-cli
Version:
Command Line Interface for TitanJS Scaffolding
35 lines (34 loc) • 714 B
JSON
{
"name": "titan-cli",
"version": "0.0.8",
"description": "Command Line Interface for TitanJS Scaffolding",
"main": "app.js",
"bin": { "titan": "bin/titan" },
"dependencies": {
"mu2": "0.5.20"
},
"devDependencies": {
"chai": "1.9.0"
},
"scripts": {
"test": "mocha test/specs"
},
"repository": {
"type": "git",
"url": "https://github.com/zheref/titan-cli.git"
},
"keywords": [
"titanjs",
"phonegap",
"cli",
"scaffolding",
"mvc",
"steroids"
],
"author": "Sergio Daniel Lozano (@zheref)",
"license": "GPL v2",
"bugs": {
"url": "https://github.com/zheref/titan-cli/issues"
},
"homepage": "https://github.com/zheref/titan-cli"
}