bokuweb/react-resizable-decorator

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "react-resizable-decorator",
  "version": "0.1.1",
  "description": "react resizable decorator",
  "main": "lib/index.js",
  "scripts": {
    "start": "node server.js",
    "compile": "babel -d lib/ src/",
    "test": "karma start",
    "test:watch": "karma start --auto-watch --no-single-run",
    "test:ci": "npm run lint && npm run flow && npm t",
    "flow": "flow",
    "lint": "eslint src",
    "prepush": "npm run test:ci",
    "pub": "npm run compile && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bokuweb/react-resizable-decorator.git"
  },
  "author": "bokuweb",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bokuweb/react-resizable-decorator/issues"
  },
  "homepage": "https://github.com/bokuweb/react-resizable-decorator#readme",
  "devDependencies": {
    "babel": "^6.3.26",
    "babel-cli": "^6.4.5",
    "babel-core": "^6.5.2",
    "babel-eslint": "^7.1.1",
    "babel-loader": "^6.2.3",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-flow-strip-types": "^6.22.0",
    "babel-preset-airbnb": "^2.1.1",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-react": "^6.3.13",
    "babel-preset-stage-0": "^6.3.13",
    "enzyme": "^2.6.0",
    "eslint": "^3.15.0",
    "eslint-config-airbnb": "^14.0.0",
    "eslint-plugin-flowtype": "^2.30.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^3.0.2",
    "eslint-plugin-react": "^6.9.0",
    "flow-bin": "^0.38.0",
    "husky": "^0.13.1",
    "json-loader": "^0.5.4",
    "karma": "^1.3.0",
    "karma-cli": "^1.0.1",
    "karma-mocha": "^1.3.0",
    "karma-nightmare": "^0.2.5",
    "karma-webpack": "^1.8.0",
    "mocha": "^3.2.0",
    "react": "^15.4.2",
    "react-addons-test-utils": "^15.4.1",
    "react-dom": "^15.4.1",
    "react-hot-loader": "^1.3.0",
    "sinon": "^2.0.0-pre.5",
    "webpack": "^1.12.14",
    "webpack-dev-server": "^1.14.1"
  },
  "peerDependencies": {
    "react": ">=0.14.7"
  },
  "files": [
    "lib"
  ],
  "dependencies": {
    "react-addons-shallow-compare": "^15.4.2"
  }
}