forked from iriscouch/bigdecimal.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (16 loc) · 740 Bytes
/
Copy pathpackage.json
File metadata and controls
21 lines (16 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{ "name": "bigdecimal"
, "version": "0.6.2"
, "author": { "name":"Jason Smith" , "email":"jhs@iriscouch.com", "url":"http://www.iriscouch.com/" }
, "description": "Arbitrary-precision BigInteger and BigDecimal real numbers: Apache Harmony's implementation"
, "tags": ["big", "bignum", "bigint", "integer", "arithmetic", "precision", "bigintegers", "decimal", "float"]
, "homepage": "https://github.com/iriscouch/bigdecimal.js"
, "repository": { "type": "git"
, "url": "git://github.com/iriscouch/bigdecimal.js.git" }
, "engines": [ "node" ]
, "dependencies": {
}
, "devDependencies": { "couchapp": "0.8.1"
}
, "main": "lib/bigdecimal.js"
, "bin": {"bigdecimal.js": "./repl.js"}
}