Browse Source

init

master
Muthu Kumar 7 years ago
commit
43eb97672e
  1. 25
      package.json
  2. 1
      w

25
package.json

@ -0,0 +1,25 @@
{
"name": "w",
"version": "0.0.0",
"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"
}

1
w

@ -0,0 +1 @@
Subproject commit 0887cc7adf7bd8ce6e14e8fa1e3c9add82743e0c
Loading…
Cancel
Save