RoviSys/react-ref-decorator

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "react-ref-decorator",
  "version": "0.0.8",
  "description": "An ES7 decorator for reffing and unreffing objects (anything that implements .ref() and .unref()) in the componentWillMount() and componentWillUnmount()",
  "main": "dist/index.js",
  "scripts": {
    "test": "gulp",
    "lint": "gulp lint",
    "test-browser": "gulp test-browser",
    "watch": "gulp watch",
    "build": "gulp build",
    "coverage": "gulp coverage",
    "release": "./node_modules/.bin/release-it -u -n -m \"Release v%s\""
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/RoviSys/react-ref-decorator.git"
  },
  "keywords": [],
  "author": "Stephen Austin <stephen.austin@rovisys.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/RoviSys/react-ref-decorator/issues"
  },
  "homepage": "https://github.com/RoviSys/react-ref-decorator",
  "devDependencies": {
    "babel-core": "^6.4.5",
    "babel-eslint": "^4.1.6",
    "babel-loader": "^6.2.0",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-polyfill": "^6.3.14",
    "babel-preset-es2015": "^6.3.13",
    "babel-register": "^6.3.13",
    "chai": "^3.4.1",
    "del": "^2.2.0",
    "eslint-plugin-babel": "^3.0.0",
    "eslint-plugin-private-variables": "^0.1.2",
    "glob": "^6.0.3",
    "gulp": "^3.9.0",
    "gulp-babel": "^6.1.1",
    "gulp-eslint": "^1.1.1",
    "gulp-filter": "^3.0.0",
    "gulp-istanbul": "^0.10.3",
    "gulp-livereload": "^3.8.1",
    "gulp-load-plugins": "^1.1.0",
    "gulp-mocha": "^2.2.0",
    "gulp-plumber": "^1.0.1",
    "gulp-rename": "^1.2.2",
    "gulp-sourcemaps": "^1.6.0",
    "gulp-uglify": "^1.5.1",
    "gulp-util": "^3.0.7",
    "isparta": "^4.0.0",
    "json-loader": "^0.5.3",
    "mocha": "^2.3.4",
    "release-it": "^2.3.1",
    "sinon": "^1.17.2",
    "sinon-chai": "^2.8.0",
    "vinyl-source-stream": "^1.1.0",
    "webpack": "^1.12.9",
    "webpack-stream": "^3.1.0"
  },
  "babelBoilerplateOptions": {
    "entryFileName": "index",
    "mainVarName": "Ref"
  },
  "dependencies": {
    "lodash.tail": "^4.0.0"
  }
}