{
  "name": "@sapien/layers",
  "version": "0.0.0-beta.5",
  "description": "The Missing AI / ML Library for JavaScript.",
  "main": "dist/main.js",
  "typings": "dist/main.d.ts",
  "url": "",
  "scripts": {
    "test": "mocha",
    "watch": "mocha-typescript-watch",
    "build": "grunt",
    "release": "standard-version",
    "upload": "echo Run 'npm login' before running this script && npm publish --access=public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SapienML/template.git"
  },
  "keywords": [
    "Sapien",
    "Machine",
    "Learning",
    "SapienML",
    "Sapien.ML",
    "Deep",
    "Learning"
  ],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SapienML/template/issues"
  },
  "homepage": "https://github.com/SapienML/template#readme",
  "devDependencies": {
    "@types/chai": "^4.0.4",
    "@types/mocha": "^2.2.43",
    "chai": "^4.1.2",
    "grunt": "1.0.1",
    "grunt-cli": "1.2.0",
    "load-grunt-tasks": "^3.5.2",
    "mocha": "^3.5.3",
    "mocha-typescript": "^1.1.12",
    "source-map-support": "^0.4.18",
    "ts-node": "^3.3.0",
    "typescript": "^2.5.3"
  },
  "dependencies": {
    "@sapien/types": "0.0.0-beta.3",
    "@types/assert": "0.0.31",
    "@types/node": "^8.0.30",
    "assert": "^1.4.1",
    "grunt-ts": "^6.0.0-beta.17",
    "ndarray": "^1.0.18",
    "standard-version": "^4.2.0",
    "tsconfig-paths": "^2.3.0",
    "tslint": "^5.8.0",
    "webmonkeys": "^1.6.1"
  },
  "directories": {
    "doc": "docs",
    "test": "test"
  }
}
