{
  "name": "react-async-script-loader",
  "version": "0.3.0",
  "description": "A decorator for script lazy loading on react component",
  "main": "lib/index.js",
  "scripts": {
    "build": "babel src --out-dir lib",
    "prepublish": "npm run build",
    "test": "karma start"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/leozdgao/react-script-loader.git"
  },
  "keywords": [
    "react",
    "reactjs",
    "react-component"
  ],
  "author": "leozdgao",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/leozdgao/react-script-loader/issues"
  },
  "homepage": "https://github.com/leozdgao/react-script-loader#readme",
  "peerDependencies": {
    "react": "^15.5.4"
  },
  "devDependencies": {
    "babel-cli": "^6.1.18",
    "babel-eslint": "^4.1.5",
    "babel-loader": "~6.2.4",
    "babel-plugin-syntax-class-properties": "^6.1.18",
    "babel-plugin-transform-class-properties": "^6.1.20",
    "babel-preset-es2015": "^6.1.18",
    "babel-preset-react": "^6.1.18",
    "babel-preset-stage-0": "^6.1.18",
    "chai": "~3.5.0",
    "eslint": "^1.9.0",
    "karma": "~0.13.22",
    "karma-chai": "~0.1.0",
    "karma-mocha": "~0.2.2",
    "karma-mocha-reporter": "~2.0.0",
    "karma-phantomjs-launcher": "~1.0.0",
    "karma-sourcemap-loader": "~0.3.7",
    "karma-webpack": "~1.7.0",
    "mocha": "~2.4.5",
    "phantomjs-prebuilt": "~2.1.7",
    "prop-types": "~15.5.8",
    "react": "^15.0.1",
    "react-addons-test-utils": "^15.0.1",
    "react-dom": "^15.0.1",
    "webpack": "~1.12.14"
  },
  "dependencies": {
    "hoist-non-react-statics": "^1.0.3"
  }
}
