UNPKG

@sapien/package-name

Version:

The Missing AI / ML Library for JavaScript.

63 lines (62 loc) 1.53 kB
{ "name": "@sapien/package-name", "version": "0.0.0-beta.3", "description": "The Missing AI / ML Library for JavaScript.", "main": "dist/bundle.min.js", "typings": "dist/src/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/core.types": "0.0.8", "@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", "tslint": "^5.8.0", "webmonkeys": "^1.6.1" }, "directories": { "doc": "docs", "test": "test" } }