Files
ultimatemember/package.json
T
2021-05-19 11:11:02 +03:00

36 lines
735 B
JSON

{
"name": "roots",
"version": "7.0.3",
"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 && 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"
}
}