Files
ultimatemember/package.json
T

37 lines
764 B
JSON
Raw Normal View History

2016-02-19 22:52:55 +08:00
{
"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": {
2022-05-24 19:26:20 +03:00
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-concat": "2.6.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-uglify": "^3.0.2",
"gulp-clean-css": "^4.3.0"
},
"dependencies": {
2016-02-19 22:52:55 +08:00
}
}