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.
30 lines
642 B
30 lines
642 B
{
|
|
"name": "wordboxed",
|
|
"version": "0.0.1",
|
|
"description": "A fully sandboxed WordPress installation",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/codefeathers/wordboxed.git"
|
|
},
|
|
"keywords": [
|
|
"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": {
|
|
"express": "^4.16.2"
|
|
}
|
|
}
|
|
|