{
  "name": "js-template",
  "version": "0.1.4",
  "description": "Rewritten and Improved John Resig's micro javascipt template",
  "main": "index.js",
  "scripts": {
    "test": "node spec/test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/allenhwkim/js-template.git"
  },
  "keywords": [
    "template",
    "micro",
    "resig"
  ],
  "author": "Allen Kim <allenhwkim@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/allenhwkim/js-template/issues"
  },
  "homepage": "https://github.com/allenhwkim/js-template",
  "devDependencies": {
    "diff": "^2.0.2"
  }
}
