{
  "name": "raw",
  "description": "Plain HTML templating with connect assets and env support",
  "version": "0.1.4",
  "author": {
    "name": "Charlie Lee",
    "email": "charleetm@gmail.com"
  },
  "keywords": [
		"express",
    "framework",
    "sinatra",
    "web",
    "rest",
    "restful",
    "router",
    "app",
    "api",
    "ember",
    "templates"
  ],
	"main": "raw.js",
  "repository": {
    "type": "git",
    "url": "git@github.com:klclee/rawjs.git"
  },
  "scripts": {
    "prepublish": "npm prune",
    "test": "make test"
  },
  "engines": {
    "node": "*"
  },
  "readmeFilename": "Readme.md"
}
