{
  "name": "fj-react-toolbox",
  "version": "0.0.3",
  "description": "react component toolbox ",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "rimraf lib && babel -d lib/ src/",
    "watch": "rimraf lib && babel -wd lib/ src/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fangj/fj-react-toolbox.git"
  },
  "keywords": [
    "react",
    "toolbox",
    "react-component"
  ],
  "author": "Fang Jian",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/fangj/fj-react-toolbox/issues"
  },
  "homepage": "https://github.com/fangj/fj-react-toolbox#readme",
  "devDependencies": {
    "babel-core": "^6.18.2",
    "babel-loader": "^6.2.8",
    "babel-plugin-syntax-async-functions": "^6.13.0",
    "babel-plugin-transform-class-properties": "^6.19.0",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-regenerator": "^6.16.1",
    "babel-preset-es2015": "^6.18.0",
    "babel-preset-react": "^6.16.0",
    "babel-plugin-transform-object-rest-spread": "^6.19.0",
    "json-loader": "^0.5.4",
    "rimraf": "^2.5.2"
  },
  "dependencies": {
    "axios": "^0.15.3",
    "mockjs": "^1.0.1-beta3"
  }
}
