{
  "name": "react-xhr-uploader-emondo",
  "description": "ReactJS component for XHR (level 2) file upload",
  "author": "Harun Hasdal",
  "user": "digitalonlinesolution",
  "version": "0.2.1",
  "scripts": {
    "start": "webpack-dev-server",
    "test": "karma start",
    "test:tdd": "karma start --auto-watch --no-single-run",
    "test:lint": "eslint . --ext .js --ext .jsx",
    "gh-pages": "webpack",
    "gh-pages:deploy": "gh-pages -d gh-pages",
    "gh-pages:stats": "webpack --profile --json > stats.json",
    "dist": "webpack",
    "dist:min": "webpack",
    "dist:modules": "babel ./src --out-dir ./dist-modules",
    "pretest": "npm run test:lint",
    "preversion": "npm run test && npm run dist && npm run dist:min && git commit --allow-empty -am \"Update dist\"",
    "prepublish": "npm run dist:modules",
    "postpublish": "npm run gh-pages && npm run gh-pages:deploy"
  },
  "main": "dist-modules",
  "peerDependencies": {
    "react": "0.14.x",
    "react-dom": "0.14.x"
  },
  "devDependencies": {
    "babel-cli": "^6.4.5",
    "babel-core": "^6.4.5",
    "babel-eslint": "^5.0.0-beta6",
    "babel-loader": "^6.2.1",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-react": "^6.3.13",
    "babel-preset-react-hmre": "^1.0.1",
    "babel-register": "^6.4.3",
    "chai": "^3.5.0",
    "clean-webpack-plugin": "^0.1.7",
    "css-loader": "^0.23.1",
    "eslint": "^1.10.3",
    "eslint-loader": "^1.2.1",
    "eslint-plugin-react": "^3.16.1",
    "extract-text-webpack-plugin": "^1.0.1",
    "file-loader": "^0.8.5",
    "gh-pages": "^0.8.0",
    "git-prepush-hook": "^1.0.1",
    "highlight.js": "^9.1.0",
    "html-webpack-plugin": "^2.7.2",
    "isparta-instrumenter-loader": "^1.0.0",
    "json-loader": "^0.5.4",
    "karma": "^0.13.19",
    "karma-chai": "^0.1.0",
    "karma-coverage": "^0.5.3",
    "karma-es6-shim": "^0.2.3",
    "karma-mocha": "^0.2.1",
    "karma-phantomjs-launcher": "^1.0.0",
    "karma-phantomjs-shim": "^1.2.0",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-spec-reporter": "0.0.23",
    "karma-webpack": "^1.7.0",
    "mocha": "^2.4.4",
    "phantomjs-polyfill": "0.0.1",
    "phantomjs-prebuilt": "^2.1.3",
    "purecss": "^0.6.0",
    "react-addons-test-utils": "^0.14.6",
    "react-ghfork": "^0.3.2",
    "remark": "^3.2.2",
    "remark-react": "^1.1.0",
    "sinon": "^1.17.3",
    "style-loader": "^0.13.0",
    "sync-exec": "^0.6.2",
    "system-bell-webpack-plugin": "^1.0.0",
    "url-loader": "^0.5.7",
    "webpack": "^1.12.12",
    "webpack-dev-server": "^1.14.1",
    "webpack-merge": "^0.7.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rma-consulting/react-xhr-uploader"
  },
  "homepage": "https://rma-consulting.github.io/react-xhr-uploader/",
  "bugs": {
    "url": "https://github.com/rma-consulting/react-xhr-uploader/issues"
  },
  "keywords": [
    "react",
    "reactjs",
    "xhr",
    "file-upload",
    "XMLHTTPRequest",
    "blob-upload",
    "large-file-upload",
    "react-component"
  ],
  "license": "LICENCE",
  "dependencies": {
    "react": "^15.1.0",
    "react-dom": "^15.1.0"
  }
}
