UNPKG

scarlet-init

Version:

Scarlet-init is a scaffolding tool used to automate Scarlet plugin creation.

52 lines (51 loc) 1.23 kB
{ "name": "scarlet-init", "version": "0.1.8", "description": "Scarlet-init is a scaffolding tool used to automate Scarlet plugin creation.", "author": "Tim Chaplin <tim.chaplin@ticktockdevelopment.com>", "homepage": "https://github.com/scarletjs/scarlet-init.git", "bin": "bin/scarlet-init", "main": "index.js", "scripts": { "test": "mocha --reporter spec" }, "repository": { "type": "git", "url": "git://github.com/scarletjs/scarlet-init.git" }, "keywords": [ "scarlet-plugin", "scarlet", "plugin", "scaffolding", "tool", "init" ], "license": "MIT", "dependencies": { "scarlet": "~2.0.20", "commander": "~2.2.0", "prompt": "~0.2.12", "scarlet-log4js": "~0.1.6", "init-package-json": "0.0.16", "node-dir": "~0.1.5", "mkdirp": "~0.3.5", "replacestream": "~0.1.3", "npm-registry-client": "~0.4.7", "npmconf": "~0.1.14" }, "devDependencies": { "mocha": "~1.18.2", "rimraf": "~2.2.6", "through": "~2.3.4", "gulp": "~3.6.1", "gulp-bump": "~0.1.7", "gulp-git": "~0.3.6", "gulp-util": "~2.2.14", "gulp-mocha": "~0.4.1", "gulp-jshint": "~1.5.3" }, "engines": { "node": ">= 0.10.0" } }