-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 874 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
{
"name": "aleatory.js",
"title": "aleatory.js",
"version": "1.2.1",
"homepage": "https://github.com/redelmann/Aleatory.js",
"bugs": "https://github.com/redelmann/Aleatory.js/issues",
"description": "A discrete random variable library",
"keywords": ["math", "distribution", "probability", "random", "random variable", "aleatory variable"],
"author": "Romain Edelmann <[email protected]>",
"main": "aleatory",
"readmeFilename": "README.md",
"directories": {
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/redelmann/Aleatory.js.git"
},
"engines": {
"node": "*"
},
"scripts": {
"test": "mocha test/*.js"
},
"dependencies": {
"fraction.js": ">= 3.0.0"
},
"devDependencies": {
"mocha": "*"
}
}