{
  "name": "easy-view",
  "main": "./lib/EasyView",
  "version": "0.1.0",
  "description": "Create Atom views' DOM with html... like a sane person.",
  "keywords": [
    "view",
    "template",
    "html",
    "markup",
    "atom"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/reergymerej/easy-view.git"
  },
  "license": "MIT",
  "dependencies": {
    "jquery": "^2.1.4"
  },
  "bugs": {
    "url": "https://github.com/reergymerej/easy-view/issues"
  },
  "homepage": "https://github.com/reergymerej/easy-view#readme",
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-mocha-test": "^0.12.7",
    "mocha": "^2.3.4",
    "willy": "^1.0.3"
  },
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha --reporter spec"
  },
  "author": "Jeremy Greer"
}
