-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1018 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"_": [
"vim: set tabstop=2:",
"vim: set expandtab:"
],
"name": "counterjs-lib",
"version": "0.0.3",
"description": "Counterparty Node.js/JavaScript library.",
"author": "Indiesquare, Vis Virial <[email protected]>",
"license": "MIT",
"keywords": [
"cryptocurrency",
"bitcoin",
"counterparty"
],
"repository": {
"type": "git",
"url": "https://github.com/indiesquare/CounterJSLib.git"
},
"main": "src/index.js",
"scripts": {
"test": "./node_modules/.bin/mocha",
},
"dependencies": {
"bitcoinjs-lib": "^2.3.0",
"long": "^3.2.0"
},
"devDependencies": {
"babelify": "^7.3.0",
"browserify": "^16.2.3",
"del": "^2.2.2",
"gulp": "^4.0.0",
"gulp-jshint": "^2.0.4",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"jshint": "^2.9.7",
"jshint-stylish": "^2.2.1",
"mocha": "^5.2.0",
"pump": "^1.0.1",
"vinyl-source-stream": "^1.1.0"
},
"jshintConfig": {
"esversion": 6,
"node": true
}
}