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.

33 lines
705 B

{
7 years ago
"name": "w",
"version": "1.1.0",
7 years ago
"description": "WordBoxed—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/wordboxed.git"
},
"keywords": [
7 years ago
"w",
"wordpress",
"node",
"express",
"php",
"wordboxed",
"sandbox"
],
"author": "Muthu Kumar (https://mkr.pw)",
"license": "MIT",
"bugs": {
"url": "https://github.com/codefeathers/wordboxed/issues"
},
"homepage": "https://github.com/codefeathers/wordboxed#readme",
"dependencies": {
7 years ago
"chalk": "^2.3.0",
"express": "^4.16.2"
}
}