mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
36 lines
735 B
JSON
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"
|
|
}
|
|
}
|