{
  "name": "maths.ts",
  "version": "0.0.8",
  "description": "Math utilities library for TypeScript, JavaScript and Node.js",
  "main": "./lib/maths.js",
  "types": "./types/maths.d.ts",
  "scripts": {
    "test": "mocha -r ts-node/register test/*.ts test/**/*.ts",
    "prepare": "gulp",
    "lint": "gulp lint",
    "build": "gulp",
    "watch": "gulp watch",
    "coverage-test": "nyc npm test",
    "gulp": "gulp"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/IpiVasquez/maths.ts.git"
  },
  "keywords": [
    "Maths",
    "maths",
    "TypeScript",
    "JavaScript",
    "Node.js",
    "typescript",
    "javascript",
    "node.js"
  ],
  "author": "Hector J. Vasquez <ipi.vasquez@gmail.com> (http://ipivasquez.github.io/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/IpiVasquez/maths.ts/issues"
  },
  "homepage": "https://github.com/IpiVasquez/maths.ts#readme",
  "devDependencies": {
    "@types/chai": "latest",
    "@types/debug": "0.0.30",
    "@types/jquery": "^3.2.12",
    "@types/mocha": "^2.2.42",
    "@types/node": "^8.0.47",
    "@types/table": "^4.0.3",
    "chai": "latest",
    "gulp": "^3.9.1",
    "gulp-minify": "^1.0.0",
    "gulp-tslint": "^8.1.2",
    "gulp-typescript": "^3.2.3",
    "gulp-webpack": "^1.5.0",
    "mocha": "latest",
    "run-sequence": "^2.2.0",
    "ts-node": "latest",
    "tslint": "^5.8.0",
    "typescript": "latest"
  },
  "dependencies": {
    "cli-progress": "^1.7.0",
    "debug": "^3.1.0",
    "jquery": "^3.2.1",
    "std.ts": "0.0.9",
    "table": "^4.0.2"
  }
}
