{
  "name": "decorate-this",
  "version": "0.5.0",
  "description": "Simple, vanilla JS type checking through ES7 decorators ...and a few other decorators, to boot.",
  "main": "dist/main.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/mako-taco/DecorateThis.git"
  },
  "scripts": {
    "test": "gulp test"
  },
  "keywords": [
    "decorators",
    "types",
    "annotation"
  ],
  "author": "Jake Scott",
  "license": "ALv2.0",
  "devDependencies": {
    "babel-core": "^5.4.7",
    "babel-eslint": "^3.1.14",
    "babel-loader": "^5.1.3",
    "console-polyfill": "^0.2.1",
    "eslint": "^0.22.1",
    "express": "^4.12.3",
    "gulp": "^3.8.11",
    "gulp-util": "^3.0.4",
    "immutable": "^3.7.3",
    "mocha-phantomjs": "^3.5.3",
    "node-notifier": "^4.1.2",
    "phantomjs": "^1.9.16",
    "phantomjs-polyfill": "0.0.1",
    "should": "^5.2.0",
    "source-map-support": "^0.2.10",
    "watch": "^0.14.0",
    "when": "^3.7.2"
  },
  "dependencies": {
    "babel-runtime": "^5.4.7",
    "css-loader": "^0.9.1",
    "style-loader": "^0.9.0"
  }
}
