forked from Colored-Coins/Transfer-Encoder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 726 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 726 Bytes
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
29
{
"name": "cc-transfer-encoder",
"version": "1.1.2",
"description": "The encoding/decoding functions for the colored-coins scheme transfer set of OP_CODES",
"main": "transferEncoder.js",
"dependencies": {
"cc-payment-encoder": "^1.0.0",
"cc-burn-payment-encoder": "^1.0.0"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha",
"coverage": "istanbul cover _mocha -- -R spec",
"coveralls": "cat ./coverage/lcov.info | coveralls"
},
"author": "thehobbit85",
"license": "Apache-2.0",
"keywords": [
"colored coins",
"bitcoin",
"blockchain"
],
"repository": {
"type": "git",
"url": "https://github.com/Colored-Coins/Transfer-Encoder.git"
}
}