mirror of https://github.com/codefeathers/w
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.
25 lines
530 B
25 lines
530 B
{
|
|
"name": "w",
|
|
"version": "1.0.1",
|
|
"description": "A very minimal web templater.",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/codefeathers/w.git"
|
|
},
|
|
"keywords": [
|
|
"web",
|
|
"templater",
|
|
"node",
|
|
"w"
|
|
],
|
|
"author": "Muthu Kumar",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/codefeathers/w/issues"
|
|
},
|
|
"homepage": "https://github.com/codefeathers/w#readme"
|
|
}
|
|
|