40 lines
929 B
JSON
40 lines
929 B
JSON
{
|
|
"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.2.8",
|
|
"grunt": "~0.4.2",
|
|
"grunt-contrib-clean": "~0.5.0",
|
|
"grunt-contrib-jshint": "~0.6.4",
|
|
"grunt-contrib-concat": "~0.3.0",
|
|
"grunt-contrib-uglify": "~0.2.4",
|
|
"grunt-contrib-watch": "~0.5.3",
|
|
"grunt-contrib-less": "~0.8.1",
|
|
"grunt-filerev": "~0.2.1",
|
|
"grunt-filerev-assets": "~0.3.0",
|
|
"grunt-modernizr": "~0.5.1",
|
|
"load-grunt-tasks": "~0.3.0"
|
|
}
|
|
}
|