forked from WebOfTrustInfo/btcr-did-tools-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 801 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
{
"name": "btcr-did-js",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha --compilers js:babel-core/register test*.js",
"build": "browserify index.js --s BtcrUtils -t [ babelify --presets [ es2015 ] ] -o btcrDidUtils.js"
},
"author": "Kim Hamilton Duffy",
"license": "MIT",
"dependencies": {
"bitcoinjs-lib": "^3.3.2",
"commander": "^2.11.0",
"jsonld": "^0.4.12",
"jsonld-signatures": "^2.3.1",
"txref-conversion-js": "git+https://github.com/WebOfTrustInfo/txref-conversion-js.git",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"brfs": "^1.4.3",
"browserify": "^16.2.3",
"uglify-js": "^3.0.8"
}
}