{
  "name": "scoto",
  "version": "0.3.0",
  "description": "Prototype-based scope concept",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oculus42/scoto.git"
  },
  "keywords": [
    "scope",
    "prototype"
  ],
  "author": "Samuel Rouse",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/oculus42/scoto/issues"
  },
  "homepage": "https://github.com/oculus42/scoto#readme",
  "devDependencies": {
    "chai": "^4.1.2",
    "grunt": "^1.0.1",
    "grunt-mocha-istanbul": "^5.0.2",
    "grunt-simple-mocha": "^0.4.1",
    "istanbul": "^0.4.5"
  }
}
