@sapien/core
Version:
The Missing AI / ML Library for JavaScript.
91 lines (90 loc) • 2.41 kB
JSON
{
"name": "@sapien/core",
"version": "0.2.14-rc.1",
"description": "The Missing AI / ML Library for JavaScript.",
"main": "dist/bundle.js",
"typings": "dist/src/main.d.ts",
"url": "",
"scripts": {
"pretest": "tsc",
"test": "mocha",
"watch": "mocha-typescript-watch",
"prepare": "",
"build": "webpack",
"release": "standard-version && npm pack",
"publish": "npm publish --force",
"t": "node-ts ./test.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DakshMiglani/Sapien.ML.git"
},
"keywords": [
"Sapien",
"Machine",
"Learning",
"SapienML",
"Sapien.ML",
"Deep",
"Learning"
],
"author": "Daksh Miglani <hello@dak.sh> (https://dak.sh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/DakshMiglani/Sapien.ML/issues"
},
"homepage": "https://github.com/DakshMiglani/Sapien.ML#readme",
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.43",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"chai": "^4.1.2",
"grunt": "1.0.1",
"grunt-browserify": "^5.2.0",
"grunt-cli": "1.2.0",
"grunt-ts": "^6.0.0-beta.16",
"grunt-typescript": "^0.8.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",
"tsconfig-paths": "^2.3.0",
"typescript": "^2.5.3"
},
"dependencies": {
"@types/assert": "0.0.31",
"@types/node": "^8.0.30",
"assert": "^1.4.1",
"awesome-typescript-loader": "^3.2.3",
"declaration-bundler-webpack-plugin": "^1.0.3",
"delete-empty": "^1.0.1",
"dts-bundle": "^0.7.3",
"grunt-contrib-uglify": "^3.0.1",
"gulp": "^3.9.1",
"gulp-typescript": "^3.2.3",
"junaidtest": "^0.2.10-rc.1",
"junaidtest1": "^0.2.12-rc.1",
"mathjs": "^3.16.3",
"merge2": "^1.2.0",
"ndarray": "^1.0.18",
"node-ts": "^2.1.2",
"standard-version": "^4.2.0",
"ts-library-starter": "^0.1.0",
"ts-loader": "^3.1.0",
"ts-loader-decleration": "^0.9.9",
"tsify": "^3.0.3",
"tslint": "^5.8.0",
"tslint-loader": "^3.5.3",
"vinyl-source-stream": "^1.1.0",
"webmonkeys": "^1.6.1",
"webpack": "^3.8.1",
"webpack-node-externals": "^1.6.0"
},
"directories": {
"doc": "docs",
"test": "test"
}
}