Files
sage/package.json
Austin Pray 6e0e036ae7 Enhance Gulp dependency compilation
Gulp automatically grabs all of the dependencies listed as main files in
`bower.json` except for jQuery and modernizr

Deletes plugin directory, bad development pattern. Doesn't make sense
with the existence of `vendor` directory anyway.

Concat all of the js in the js directory except vendor and compiled
files
2014-09-11 23:13:02 -05:00

47 lines
1.1 KiB
JSON

{
"name": "roots",
"version": "7.0.1",
"author": "Ben Word <ben@benword.com>",
"homepage": "http://roots.io",
"repository": {
"type": "git",
"url": "git://github.com/roots/roots.git"
},
"bugs": {
"url": "https://github.com/roots/roots/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"scripts": {
"postinstall": "node node_modules/bower/bin/bower install && gulp dev"
},
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"bower": ">=1.3.9",
"gulp": "^3.8.7",
"gulp-autoprefixer": "^0.0.7",
"gulp-concat": "^2.3.4",
"gulp-filter": "^0.5.0",
"gulp-grunt": "^0.5.2",
"gulp-jshint": "^1.8.4",
"gulp-less": "^1.3.3",
"gulp-livereload": "^2.1.0",
"gulp-load-plugins": "^0.5.0",
"gulp-minify-css": "^0.3.7",
"gulp-modernizr": "https://github.com/doctyper/gulp-modernizr/tarball/develop",
"gulp-plumber": "^0.6.3",
"gulp-rename": "^1.2.0",
"gulp-rev": "^1.1.0",
"gulp-sourcemaps": "^1.1.1",
"gulp-uglify": "^0.3.1",
"jshint-stylish": "^0.4.0",
"main-bower-files": "^1.0.1"
}
}