{
  "name": "viktor",
  "version": "1.0.3",
  "description": "Javascript ML",
  "main": "index.js",
  "scripts": {
    "test": "BABEL_ENV=test mocha --compilers js:babel-core/register ./**/*.test.js",
    "coverage": "BABEL_ENV=test nyc mocha --compilers js:babel-core/register ./**/*.test.js",
    "build": "BABEL_ENV=dev rollup -c",
    "doc": "esdoc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fongelias/viktor.git"
  },
  "keywords": [
    "tensor",
    "machine learning",
    "javascript"
  ],
  "author": "Elias Fong <fongelias@gmail.com> (http://fongelias.github.io/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fongelias/viktor/issues"
  },
  "homepage": "https://github.com/fongelias/tensor#readme",
  "devDependencies": {
    "babel": "^6.23.0",
    "babel-core": "^6.25.0",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-preset-es2015": "^6.24.1",
    "mocha": "^3.4.1",
    "nyc": "^11.0.3",
    "rollup": "^0.43.0",
    "rollup-plugin-babel": "^2.7.1",
    "rollup-plugin-eslint": "^3.0.0",
    "rollup-plugin-local-resolve": "^1.0.7",
    "rollup-plugin-node-resolve": "^3.0.0",
    "stones": "^1.0.3"
  }
}
