-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
36 lines (36 loc) · 849 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
36
{
"name": "bigmoney.js",
"version": "0.0.4",
"description": "Library for handling the money values. Based on big.js library for arbitrary-precision decimal arithmetic. Support multiple currencies.",
"main": "bigmoney.js",
"directories": {
"example": "examples"
},
"dependencies": {
"big.js": "~2.5.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/demchenkoe/bigmoney.js"
},
"contributors": [{
"name" : "Renato Gama",
"email" : "renato@gammasoft.com.br",
"url" : "http://github.com/renatoargh"
}],
"keywords": [
"money",
"currency",
"calc",
"js",
"javascipt",
"float",
"math"
],
"author": "Eugene Demchenko (it-bm@mail.ru)",
"license": "BSD"
}