{
  "name": "react-loadermixin",
  "version": "1.0.4",
  "description": "A React mixin for giving components loading behavior",
  "main": "./lib/index.js",
  "scripts": {
    "prepublish": "gulp build:node",
    "test": "gulp test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/hzdg/react-loadermixin.git"
  },
  "keywords": [
    "react-mixin",
    "react",
    "loader",
    "mixin"
  ],
  "author": "Eric Eldredge <lettertwo@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hzdg/react-loadermixin/issues"
  },
  "homepage": "https://github.com/hzdg/react-loadermixin",
  "dependencies": {
    "xtend": "^3.0.0"
  },
  "devDependencies": {
    "coffee-script": "^1.7.1",
    "gulp-coffee": "^1.4.3",
    "gulp-bump": "^0.1.8",
    "gulp": "^3.6.2",
    "browserify": "^3.33.0",
    "browserify-shim": "^3.3.2",
    "gulp-browserify": "^0.5.0",
    "gulp-rename": "^1.2.0",
    "chalk": "^0.4.0",
    "yargs": "^1.2.2",
    "gulp-connect": "^2.0.5",
    "open": "0.0.5",
    "chai": "^1.9.1",
    "mocha": "^1.20.0",
    "webpack": "^1.3.2-beta2",
    "coffee-loader": "^0.7.2"
  },
  "peerDependencies": {
    "react": "*"
  }
}
