UNPKG

665 BJSONView Raw
1{
2 "name": "jStat",
3 "version": "1.8.6",
4 "description": "Statistical Library for JavaScript",
5 "homepage": "http://github.com/jstat/jstat",
6 "main": "./dist/jstat.js",
7 "author": {
8 "name": "Trevor Norris",
9 "email": "trev.norris@gmail.com",
10 "url": "http://trevorjnorris.com"
11 },
12 "licenses": [
13 {
14 "type": "MIT",
15 "url": "http://www.opensource.org/licenses/mit-license.php"
16 }
17 ],
18 "repository": {
19 "type": "git",
20 "url": "http://github.com/jstat/jstat.git"
21 },
22 "devDependencies": {
23 "uglify-js": ">=2.6.0",
24 "vows": "^0.8.2"
25 },
26 "scripts": {
27 "test": "./node_modules/vows/bin/vows --spec --isolate"
28 }
29}