javiercejudo/floating

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "floating",
  "version": "3.0.0",
  "description": "Simple wrapper for basic arithmetic",
  "main": "src/floating.js",
  "scripts": {
    "test": "gulp test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/javiercejudo/floating.git"
  },
  "keywords": [
    "arithmetic",
    "maths",
    "mathematics",
    "decimal"
  ],
  "author": "Javier Cejudo <javier@javiercejudo.com> (http://www.javiercejudo.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/javiercejudo/floating/issues"
  },
  "homepage": "https://github.com/javiercejudo/floating#readme",
  "devDependencies": {
    "gulp": "^3.9.0",
    "gulp-coveralls": "^0.1.4",
    "gulp-istanbul": "^0.10.2",
    "gulp-mocha": "^2.1.3",
    "rimraf": "^2.4.3",
    "should": "^8.0.2"
  }
}