32 lines
812 B
JSON
32 lines
812 B
JSON
{
|
|
"name": "members",
|
|
"version": "2.3.0",
|
|
"description": "Members plugin for WordPress",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/caseproof/members.git"
|
|
},
|
|
"author": "Caseproof LLC",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/caseproof/members/issues"
|
|
},
|
|
"homepage": "https://github.com/caseproof/members#readme",
|
|
"devDependencies": {
|
|
"gulp": "^3.9.1",
|
|
"gulp-autoprefixer": "^5.0.0",
|
|
"gulp-line-ending-corrector": "^1.0.2",
|
|
"gulp-notify": "^3.2.0",
|
|
"gulp-rename": "^1.3.0",
|
|
"gulp-replace": "^1.0.0",
|
|
"gulp-sort": "^2.0.0",
|
|
"gulp-uglify": "^3.0.0",
|
|
"gulp-uglifycss": "^1.0.9",
|
|
"gulp-wp-pot": "^2.3.1"
|
|
}
|
|
}
|