Created
July 22, 2014 13:49
-
-
Save Bobz-zg/6be967643d89ca44169c to your computer and use it in GitHub Desktop.
package.json file for Roots 7.0.0. using SASS + Compass
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "roots", | |
"version": "7.0.0", | |
"author": "Ben Word <[email protected]>", | |
"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