w-cli spins up new WordBox instances. Check out https://github.com/codefeathers/WordBox
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
681 B

7 years ago
{
"name": "w",
"version": "1.1.0",
"description": "WordBox cli to quickly spin up PHP dev environments.",
"main": "lib/api.js",
"bin": "cli.js",
7 years ago
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codefeathers/w.git"
},
"keywords": [
"w",
"wordbox",
"cli",
"php",
"development",
"tools"
7 years ago
],
"author": "Muthu Kumar",
"license": "MIT",
"bugs": {
"url": "https://github.com/codefeathers/w/issues"
},
"homepage": "https://github.com/codefeathers/w#readme",
"dependencies": {
"axios": "^0.17.1",
"commander": "^2.13.0"
}
7 years ago
}