{
  "name": "kmath",
  "version": "0.0.2",
  "description": "Khan Academy's Javascript Numeric Math Utilities",
  "main": "index.js",
  "scripts": {
    "test": "make test",
    "build": "make build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Khan/kmath.git"
  },
  "keywords": [
    "math"
  ],
  "author": "Khan Academy",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Khan/kmath/issues"
  },
  "homepage": "https://github.com/Khan/kmath",
  "devDependencies": {
    "mocha": "^1.21.5",
    "webpack": "^3.8.1"
  },
  "dependencies": {
    "underscore": "1.4.4"
  }
}
