commit 43eb97672eee5ae51d2c2962bf1b88706a8b0e21 Author: Muthu Kumar Date: Thu Dec 7 01:03:26 2017 +0530 init diff --git a/package.json b/package.json new file mode 100644 index 0000000..cc59e26 --- /dev/null +++ b/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" +} diff --git a/w b/w new file mode 160000 index 0000000..0887cc7 --- /dev/null +++ b/w @@ -0,0 +1 @@ +Subproject commit 0887cc7adf7bd8ce6e14e8fa1e3c9add82743e0c