Skip to content

Commit

Permalink
version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
defunctzombie committed May 9, 2012
1 parent de4ba07 commit da2fb95
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Expand Up @@ -2,14 +2,20 @@
"author": "Roman Shtylman <shtylman@gmail.com>", "author": "Roman Shtylman <shtylman@gmail.com>",
"name": "num", "name": "num",
"description": "arbitrary precision integer and decimal library in pure javascript", "description": "arbitrary precision integer and decimal library in pure javascript",
"version": "0.0.1", "version": "0.0.2",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/shtylman/node-num.git" "url": "git://github.com/shtylman/node-num.git"
}, },
"keywords": [
"decimal",
"num",
"arithmatic",
"precision"
],
"main": "num.js", "main": "num.js",
"dependencies": { "dependencies": {
"int": "0.0.3" "int": "0.1.0"
}, },
"devDependencies": { "devDependencies": {
"mocha": ">=1.x.x" "mocha": ">=1.x.x"
Expand Down

0 comments on commit da2fb95

Please sign in to comment.