Skip to content

Instantly share code, notes, and snippets.

@Bobz-zg
Created July 22, 2014 13:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Bobz-zg/6be967643d89ca44169c to your computer and use it in GitHub Desktop.
Save Bobz-zg/6be967643d89ca44169c to your computer and use it in GitHub Desktop.
package.json file for Roots 7.0.0. using SASS + Compass
{
"name": "roots",
"version": "7.0.0",
"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_modules/.bin/bower install"
},
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"bower": "~1.3.5",
"grunt": "~0.4.5",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-sass": "~0.7.3",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-compass": "~0.9.0",
"grunt-contrib-rename": "~0.0.3",
"grunt-modernizr": "~0.5.2",
"grunt-wp-assets": "~0.2.6",
"load-grunt-tasks": "~0.6.0",
"time-grunt": "~0.3.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment