Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Nov 18, 2014
1 parent 6ee44ae commit d7cd472
Showing 1 changed file with 24 additions and 23 deletions.
47 changes: 24 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cc-wallet-core",
"version": "0.1.1",
"version": "0.1.2",
"description": "",
"main": "./src/index.js",
"keywords": [],
Expand All @@ -15,36 +15,37 @@
"url": "https://github.com/chromaway/cc-wallet-core"
},
"dependencies": {
"bigi": "1.3.0",
"browser-request": "0.3.2",
"bs58": "2.0.0",
"bigi": "^1.3.0",
"browser-request": "^0.3.2",
"bs58": "^2.0.0",
"buffer-equal": "0.0.1",
"coloredcoinjs-lib": "git://github.com/chromaway/coloredcoinjs-lib.git#v0.0.10",
"delayed": "^1.0.1",
"errno": "0.1.1",
"lodash": "2.4.1",
"lru-cache": "2.5.0",
"q": "1.0.1",
"querystring": "0.2.0",
"request": "2.45.0",
"socket.io-client": "1.1.0",
"errno": "^0.1.1",
"lodash": "^2.4.1",
"lru-cache": "^2.5.0",
"q": "^1.1.1",
"querystring": "^0.2.0",
"request": "^2.48.0",
"socket.io-client": "^1.2.0",
"zfill": "0.0.2"
},
"devDependencies": {
"chai": "1.9.2",
"coveralls": "2.11.2",
"grunt": "0.4.5",
"grunt-browserify": "3.0.1",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-uglify": "0.6.0",
"grunt-contrib-watch": "0.6.1",
"grunt-mocha-istanbul": "2.2.0",
"chai": "^1.10.0",
"coveralls": "^2.11.2",
"grunt": "^0.4.5",
"grunt-browserify": "^3.2.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-istanbul": "^2.2.0",
"grunt-mocha-test": "git://github.com/pghalliday/grunt-mocha-test.git#master",
"istanbul": "^0.3.2",
"jshint-stylish": "^1.0.0",
"mocha": "2.0.1",
"replay": "^1.10.3",
"testling": "1.7.1"
"mocha": "^2.0.1",
"replay": "^1.11.0",
"testling": "^1.7.1"
},
"browser": {
"request": "browser-request"
Expand Down

0 comments on commit d7cd472

Please sign in to comment.