{
  "name": "{{appname}}",
  "version": "0.1.0",
  "description": "",
  "main": "lib/index.js",
  "scripts": {
    "build": "make build",
    "test": "make test",
    "test:watch": "make test-watch",
    "test:cover": "make test-cover",
    "prepublish": "make build",
    "autod": "autod",
    "lint": "make lint"
  },
  "repository": {
    "type": "git",
    "url": ""
  },
  "keywords": [
  ],
  "author": "xiamidaxia@icloud.com",
  "license": "MIT",
  "dependencies": {
  },
  "devDependencies": {
    "babel-istanbul": "^0.12.1",
    "babel-cli": "^6.26.0",
    "babel-plugin-import": "^1.1.0",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-env": "^1.6.0",
    "expect": "^21.2.1",
    "babel-eslint": "^7.1.0",
    "eslint": "^4.8.0",
    "eslint-config-airbnb": "^15.1.0",
    "eslint-plugin-babel": "^3.x",
    "eslint-plugin-import": "^2.x",
    "eslint-plugin-jsx-a11y": "^5.1.1",
    "eslint-plugin-react": "^7.x",
    "mocha": "^2.5.3",
    "autod": "^2.9.0",
    "pre-commit": "^1.1.2"
  },
  "pre-commit": [
    "lint",
    "test"
  ]
}
