UNPKG

slush-markoa

Version:
62 lines (61 loc) 1.38 kB
{ "name": "slush-markoa", "description": "Markoa app generator", "version": "0.6.0", "homepage": "https://github.com/kristianmandrup/slush-markoa", "author": { "name": "Kristian Mandrup", "email": "kmandrup@gmail.com" }, "repository": { "type": "git", "url": "git://github.com/kristianmandrup/slush-markoa.git" }, "bugs": { "url": "https://github.com/kristianmandrup/slush-markoa/issues" }, "license": "MIT", "licenses": [ { "type": "MIT", "url": "https://github.com/kristianmandrup/slush-markoa/blob/master/LICENSE" } ], "main": "slushfile.js", "engines": { "node": ">= 0.12.7", "npm": ">= 1.4.3" }, "scripts": { "test": "mocha" }, "dependencies": { "async": "^1.5.2", "chalk-log": "^1.2.0", "extend": "^3.0.0", "fs-extra": "^0.26.1", "gulp": "^3.9.1", "gulp-print": "^2.0.1", "gulp-conflict": "^0.4.0", "gulp-install": "^0.6.0", "gulp-notify": "^2.2.0", "gulp-rename": "^1.2.2", "gulp-template": "^0.1.1", "iniparser": "^1.0.5", "inquirer": "^0.12.0", "jsonfile": "^2.2.1", "package-info": "^2.2.2", "slush": ">=1.1.0", "spawn-command": "0.0.2", "sugar": "^1.4.1", "underscore.string": "^3.2.3" }, "keywords": [ "slushgenerator", "slush", "generator", "markoa", "marko", "koa" ] }