Skip to content

Commit b72afbc

Browse files
author
shinuza
committed
Added package.json
1 parent bee01a5 commit b72afbc

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

package.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "decimal",
3+
"description": "Simple decimal arithmetic for the browser and node.js!",
4+
"author": "Samori Gorse <samorigorse@gmail.com>",
5+
"version": "0.0.2",
6+
"keywords": [
7+
"arithmetic",
8+
"decimal",
9+
"float",
10+
"calculation"
11+
],
12+
"main": "./lib/decimal",
13+
"repository": {
14+
"type": "git",
15+
"url": "git://github.com/shinuza/decimaljs.git"
16+
},
17+
"engines": {
18+
"node": "0.4.x"
19+
}
20+
}

0 commit comments

Comments
 (0)