UNPKG

pho-devstack

Version:

Automated workflow for front-end developers in one tasty bowl of code

77 lines (76 loc) 1.92 kB
{ "name": "pho-devstack", "version": "1.5.1", "description": "Automated workflow for front-end developers in one tasty bowl of code", "license": "MIT", "homepage": "https://github.com/madebysource/pho-devstack", "repository": { "type": "git", "url": "https://github.com/madebysource/pho-devstack" }, "bugs": "https://github.com/madebysource/pho-devstack/issues", "keywords": [ "build", "web", "app", "front-end", "lint", "tdd", "testing", "gulp", "browserify", "less", "css", "lesshat", "minify", "image-min" ], "author": "Pavel Gavlík <pavelgavlik@abdoc.net>", "contributors": [ "Petr Brzek <petrbrzek@abdoc.net>", "Jan Šedivý <jansedivy@abdoc.net>" ], "dependencies": { "browserify": "^4.1.2", "browserify-ngmin": "^0.1.0", "casperjs": "^1.1.0-beta3", "chalk": "^0.4.0", "glob-stream": "^3.1.9", "gulp-base64": "~0.0.3", "gulp-clean": "~0.2.4", "gulp-filter": "^0.4.1", "gulp-htmlmin": "~0.1.2", "gulp-imagemin": "^0.1.5", "gulp-jscs": "^0.5.0", "gulp-jshint": "^1.6.1", "gulp-less": "^1.3.1", "gulp-livereload": "^2.1.0", "gulp-load-plugins": "^0.5.0", "gulp-newer": "~0.3.0", "gulp-plumber": "~0.6.0", "gulp-rename": "~1.2.0", "gulp-sprites-preprocessor": "^0.1.1", "gulp-substituter": "^0.3.0", "jshint-stylish": "^0.2.0", "karma": "^0.12.1", "karma-chrome-launcher": "^0.1.3", "karma-jasmine": "^0.2.1", "karma-mocha-reporter": "^0.2.2", "merge-stream": "^0.1.1", "node.extend": "~1.0.10", "through2": "^0.4.1", "uglifyify": "~2.1.1", "vinyl-source-stream": "~0.1.1", "watchify": "~0.10.0" }, "peerDependencies": { "gulp": "^3.8.0" }, "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "engines": { "node": ">=0.10.0" } }