UNPKG

shampoo

Version:

The ultimate Grunt Browserify task. Run once or watch files for changes. Uses a cache for super speed (instant builds). CoffeeScript support built in. Alias mappings. Shimming. Everything in one easy to use package.

68 lines (67 loc) 1.62 kB
{ "name": "shampoo", "description": "The ultimate Grunt Browserify task. Run once or watch files for changes. Uses a cache for super speed (instant builds). CoffeeScript support built in. Alias mappings. Shimming. Everything in one easy to use package.", "version": "1.0.12", "homepage": "https://github.com/thesunny/shampoo-js", "author": { "name": "Sunny Hirai", "email": "thesunny@gmail.com" }, "repository": { "type": "git", "url": "git://github.com/thesunny/shampoo-js.git" }, "bugs": { "url": "https://github.com/thesunny/shampoo-js/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/thesunny/shampoo-js/blob/master/LICENSE-MIT" } ], "main": "grunt.js", "bin": { "shampoo": "./bin/shampoo" }, "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "grunt test" }, "dependencies": { "watchify": "~0.5.6", "coffeeify": "~0.6.0", "lodash": "~2.4.1", "aliasify": "~1.4.0", "browserify": "~3.24.11", "browserify-shim": "~2.0.10", "brfs": "0.0.9", "coffee-script": "~1.7.1", "glob": "~3.2.8", "mkdirp": "~0.3.5" }, "devDependencies": { "grunt-contrib-jshint": "~0.6.0", "grunt-contrib-clean": "~0.4.0", "grunt-contrib-nodeunit": "~0.2.0", "grunt": "~0.4.2", "lodash": "~2.4.1", "grunt-contrib-connect": "~0.6.0" }, "peerDependencies": { "grunt": "~0.4.2" }, "keywords": [ "grunt", "browserify", "watchify", "gruntplugin", "coffeeify", "brfs", "aliasify", "browserify-shim", "browserifying" ] }