UNPKG

slush

Version:

The streaming scaffolding system - Gulp as a replacement for Yeoman

55 lines (54 loc) 1.11 kB
{ "name": "slush", "description": "The streaming scaffolding system - Gulp as a replacement for Yeoman", "version": "1.1.1", "homepage": "http://slushjs.github.io", "repository": "slushjs/slush", "author": "Joakim Bengtson <joakim@klei.se>", "preferGlobal": true, "keywords": [ "scaffold", "stream", "project", "init", "tool", "yeoman", "gulp" ], "files": [ "lib", "bin" ], "bin": { "slush": "./bin/slush.js" }, "dependencies": { "glob": "~4.0.0", "minimist": "~0.1.0", "gulp-util": "^2.2.0", "pretty-hrtime": "^0.2.0", "archy": "^0.0.2", "liftoff": "~0.10.0", "chalk": "^0.4.0" }, "devDependencies": { "mocha": "^1.17.0", "should": "^3.1.0", "jshint": "^2.4.1", "gulp-jshint": "^1.4.0", "gulp": "~3.6.2" }, "scripts": { "test": "node gulpfile.js && NODE_ENV=test mocha --reporter spec" }, "engineStrict": true, "engines": { "node": ">= 0.9" }, "licenses": [ { "type": "MIT", "url": "https://raw.github.com/slushjs/slush/master/LICENSE" } ] }