wpvizir
Version:
Make WordPress projects workflow easier.
55 lines (54 loc) • 1.33 kB
JSON
{
"name": "wpvizir",
"version": "0.0.7",
"description": "Make WordPress projects workflow easier.",
"homepage": "https://github.com/Vizir/wpvizir#readme",
"author": "Vizir Team <contato@vizir.com.br> (https://vizir.com.br)",
"contributors": [
"Mário Valney <mariovalney@gmail.com>"
],
"license": "MIT",
"main": "index.js",
"preferGlobal": true,
"bin": {
"wpvizir": "./bin/wpvizir.js"
},
"scripts": {
"test": "mocha --recursive",
"cover": "nyc --reporter=lcov --reporter=text-summary npm test",
"coveralls": "nyc --reporter=text-lcov npm test | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vizir/wpvizir.git"
},
"bugs": {
"url": "https://github.com/Vizir/wpvizir/issues"
},
"keywords": [
"WP",
"WordPress",
"Vizir"
],
"dependencies": {
"chalk": "^2.4.1",
"cli-suggestion": "^1.0.1",
"configstore": "^3.1.2",
"dot-prop": "^4.2.0",
"fs-extra": "^6.0.1",
"interpret": "^1.1.0",
"liftoff": "^2.5.0",
"minimist": "^1.2.0",
"path": "^0.12.7"
},
"devDependencies": {
"coveralls": "^3.0.1",
"expect": "^22.4.3",
"fined": "^1.1.0",
"istanbul": "^0.4.5",
"istanbul-coveralls": "^1.0.3",
"mocha": "^5.1.1",
"nyc": "^11.8.0",
"pre-commit": "^1.2.2"
}
}