{ "name": "roots", "version": "7.0.3", "author": "Ben Word ", "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 && grunt dev" }, "engines": { "node": ">= 0.10.0" }, "devDependencies": { "gulp": "^3.9.1", "gulp-rename": "^1.2.2", "gulp-uglify": "^3.0.1" }, "dependencies": { "gulp-install": "^1.1.0", "gulp-sass": "^4.0.2", "node-sass": "^4.11.0" } }