javiercejudo/rescale

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "rescale",
  "version": "10.0.0",
  "description": "Rescale data",
  "main": "src/rescale.js",
  "scripts": {
    "test": "gulp test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/javiercejudo/rescale"
  },
  "keywords": [
    "feature scaling",
    "normalisation",
    "normalization",
    "scale",
    "rescale"
  ],
  "author": "Javier Cejudo <javier@javiercejudo.com> (http://www.javiercejudo.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/javiercejudo/rescale/issues"
  },
  "homepage": "https://github.com/javiercejudo/rescale#readme",
  "devDependencies": {
    "arbitrary-precision": "^1.1.2",
    "bigjs-adapter": "^2.2.1",
    "floating-adapter": "^1.2.1",
    "gulp": "^3.9.0",
    "gulp-coveralls": "^0.1.4",
    "gulp-istanbul": "^0.10.3",
    "gulp-mocha": "^2.1.3",
    "rimraf": "^2.5.0",
    "should": "^8.0.0"
  },
  "dependencies": {
    "normalise": "^10.0.0",
    "scale-normalised": "^10.0.0"
  }
}