|
@ -43,7 +43,7 @@ |
|
|
}, |
|
|
}, |
|
|
"scripts": { |
|
|
"scripts": { |
|
|
"test": "mocha test -R spec", |
|
|
"test": "mocha test -R spec", |
|
|
"postinstall": "node_modules/.bin/grunt shell" |
|
|
"postinstall": "node browser/browserify.js -a" |
|
|
}, |
|
|
}, |
|
|
"dependencies": { |
|
|
"dependencies": { |
|
|
"soop": "git://github.com/bitpay/soop.git", |
|
|
"soop": "git://github.com/bitpay/soop.git", |
|
@ -69,8 +69,7 @@ |
|
|
"chai": "~1.9.0", |
|
|
"chai": "~1.9.0", |
|
|
"brfs": "~1.0.0", |
|
|
"brfs": "~1.0.0", |
|
|
"async": "~0.2.10", |
|
|
"async": "~0.2.10", |
|
|
"commander": "~2.1.0", |
|
|
"commander": "~2.1.0" |
|
|
"grunt": "~0.4.3" |
|
|
|
|
|
}, |
|
|
}, |
|
|
"license": "MIT" |
|
|
"license": "MIT" |
|
|
} |
|
|
} |
|
|