{
  "name": "computed",
  "version": "0.0.1",
  "description": "ES7 decorator for computed properties",
  "repository": "git@github.com:oriSomething/computed.git",
  "keywords": [
    "class",
    "computed",
    "decorators",
    "ES7",
    "properties"
  ],
  "main": "index.js",
  "scripts": {
    "test": "mocha tests --recursive --compilers js:babel/register",
    "test-w": "mocha tests -w --recursive --compilers js:babel/register"
  },
  "author": "ori livni",
  "license": "MIT",
  "devDependencies": {
    "babel": "^5.8.21",
    "babel-eslint": "^4.0.5",
    "chai": "^3.2.0",
    "eslint": "^1.0.0",
    "mocha": "^2.2.5"
  }
}
