forked from jstat/jstat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 717 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 717 Bytes
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
{
"name" : "jStat",
"version" : "1.7.1",
"description" : "Statistical Library for JavaScript",
"homepage" : "http://github.com/jstat/jstat",
"main" : "./dist/jstat.js",
"author" : {
"name" : "Trevor Norris",
"email" : "trev.norris@gmail.com",
"url" : "http://trevorjnorris.com"
},
"licenses" : [{
"type" : "MIT",
"url" : "http://www.opensource.org/licenses/mit-license.php"
}],
"repository" : {
"type" : "git",
"url" : "http://github.com/jstat/jstat.git"
},
"devDependencies" : {
"uglify-js" : "1.2.3",
"vows" : "https://github.com/flatiron/vows/archive/master.tar.gz"
},
"scripts" : {
"test" : "./node_modules/vows/bin/vows --spec --isolate"
}
}