forked from numbers/numbers.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 821 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
{
"author": "Steve Kaliski <sjkaliski@gmail.com> (https://github.com/sjkaliski)",
"name": "numbers",
"description": "Advanced Mathematics Library for JavaScript",
"version": "0.4.0",
"homepage": "https://github.com/sjkaliski/numbers.js",
"repository": {
"type": "git",
"url": "git://github.com/sjkaliski/numbers.js"
},
"contributors": [
"David Byrd (https://github.com/davidbyrd11)",
"Ethan Resnick (https://github.comc/ethanresnick)"
],
"engines": {
"node": ">= v0.6.0"
},
"main": "index",
"keywords": [
"math",
"mathematics",
"numbers",
"statistics"
],
"devDependencies": {
"mocha": "~1.8.0",
"browserify": "~1.16.6",
"uglify-js": "~2.2.2",
"jshint": "~0.9.1"
},
"scripts": {
"test": "make test",
"build": "make build"
}
}