Files
ultimatemember/package.json
T

36 lines
735 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": {
"gulp": "^3.9.1",
2016-02-19 22:52:55 +08:00
"gulp-rename": "^1.2.2",
2021-05-19 11:11:02 +03:00
"gulp-uglify": "^3.0.1"
},
"dependencies": {
2019-01-21 01:08:27 +02:00
"gulp-install": "^1.1.0",
"gulp-sass": "^4.0.2",
"node-sass": "^4.11.0"
2016-02-19 22:52:55 +08:00
}
}