WordBox is a truly modern WordPress development (and deployment) environment.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "w",
|
|
|
|
"version": "1.1.0",
|
|
|
|
"description": "WordBox—A truly modern WordPress site development (and deployment) environment.",
|
|
|
|
"main": "server.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/codefeathers/wordbox.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"w",
|
|
|
|
"wordpress",
|
|
|
|
"node",
|
|
|
|
"express",
|
|
|
|
"php",
|
|
|
|
"wordboxed",
|
|
|
|
"sandbox"
|
|
|
|
],
|
|
|
|
"author": "Muthu Kumar (https://mkr.pw)",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/codefeathers/wordbox/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/codefeathers/wordbox#readme",
|
|
|
|
"dependencies": {
|
|
|
|
"chalk": "^2.3.0",
|
|
|
|
"express": "^4.16.2",
|
|
|
|
"express-htaccess-middleware": "^0.1.0"
|
|
|
|
}
|
|
|
|
}
|