-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.63 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "metaco-client",
"version": "1.1.3",
"description": "The official javascript client for the Metaco API",
"main": "lib/index.js",
"dependencies": {
"bs58check": "^1.0.6",
"request": "^2.60.0"
},
"devDependencies": {
"bigi": "^1.4.0",
"bitcoinjs-lib": "^1.5.7",
"browserify": "^11.0.1",
"gulp": "^3.9.0",
"gulp-github-release": "^1.0.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"jasmine": "^2.3.1",
"jasmine-core": "^2.3.4",
"karma": "^0.13.3",
"karma-browserify": "^4.2.1",
"karma-chrome-launcher": "^0.2.0",
"karma-env-preprocessor": "^0.1.1",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.0",
"karma-phantomjs-shim": "^1.0.0",
"karma-source-map-support": "^1.0.0",
"karma-teamcity-reporter": "^0.2.0",
"phantomjs": "^1.9.17",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"test": "karma start",
"release": "gulp publish && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MetacoSA/metaco-javascript-client.git"
},
"keywords": [
"bitcoin",
"smartcontracts",
"api",
"metaco"
],
"author": {
"name": "Metaco",
"email": "[email protected]",
"url": "https://metaco.com"
},
"contributors": [
{
"name": "Alexis Chevalier",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/MetacoSA/metaco-javascript-client/issues"
},
"homepage": "https://github.com/MetacoSA/metaco-javascript-client#readme"
}