@jsmlt/jsmlt
Version:
JavaScript Machine Learning
66 lines (65 loc) • 2.04 kB
JSON
{
"name": "@jsmlt/jsmlt",
"version": "0.1.18",
"description": "JavaScript Machine Learning",
"main": "distribution/index.js",
"scripts": {
"start": "webpack --watch --progress",
"compile": "babel --watch -d distribution/ src/",
"compile-once": "babel -d distribution/ src/",
"build": "webpack -p",
"prepublish": "npm run compile-once",
"build-documentation": "./node_modules/.bin/esdoc",
"test": "mocha --require @babel/register \"./src/**/test.js\" \"./src/**/*.test.js\""
},
"author": "Jesper van Engelen <contact@jepps.nl> (https://jespervanengelen.com)",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/plugin-transform-exponentiation-operator": "^7.2.0",
"@babel/preset-env": "^7.6.3",
"@babel/register": "^7.6.2",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-add-module-exports": "^1.0.2",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-register": "^6.26.0",
"brace-expansion": ">=1.1.11",
"chai": "^4.2.0",
"chai-almost": "^1.0.1",
"chai-stats": "^0.3.0",
"eslint": "^6.6.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-loader": "^3.0.2",
"eslint-plugin-import": "^2.18.2",
"karma-firefox-launcher": "^1.2.0",
"lodash": "^4.17.15",
"marked": "^0.7.0",
"randomatic": ">=3.1.1",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"directories": {
"lib": "lib"
},
"dependencies": {
"ajv": "^6.10.2",
"ajv-keywords": "^3.4.1",
"csv": "^5.1.3",
"json-loader": "^0.5.7",
"marchingsquares": "^1.3.3",
"mocha": "^6.2.2",
"request": "^2.88.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsmlt/jsmlt.git"
},
"bugs": {
"url": "https://github.com/jsmlt/jsmlt/issues"
},
"homepage": "https://github.com/jsmlt/jsmlt#readme"
}