forked from mzed/RapidLib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 951 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "rapidlib",
"version": "0.2.0",
"description": "A simple machine learning library, inspired by Wekinator.",
"main": "index.js",
"directories": {
"example": "examples",
"test": "test"
},
"dependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"chai": "^3.5.0",
"jsdoc": "^3.5.5",
"jsdoc-to-markdown": "^2.0.1",
"should": "^11.1.1",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"mocha": "^3.5.3"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "http://gitlab.doc.gold.ac.uk/rapid-mix/RapidLib.git"
},
"keywords": [
"machine",
"learning"
],
"author": "Michael Zbyszynski",
"license": "MIT"
}