UNPKG

codebox-quickstart

Version:

Command line tool to generate addon skeleton.

32 lines (31 loc) 844 B
{ "author": "Julien Leicher", "name": "codebox-quickstart", "description": "Command line tool to generate addon skeleton.", "version": "0.1.11", "keywords": [ "codebox", "addon", "cloud", "generator", "quickstart", "scaffold" ], "homepage": "https://github.com/YuukanOO/codebox-quickstart", "dependencies": { "commander": "2.1.0", "mustache": "0.8.1", "mkdirp": "0.3.5" }, "devDependencies": { "nodeunit": "0.8.4" }, "bin": { "codebox-quickstart": "bin/codebox-quickstart.js" }, "scripts": { "test": "nodeunit tests" }, "contributors": [ { "name": "Julien Leicher", "email": "jleicher@gmail.com", "url": "http://julien.leicher.me" } ] }