-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.54 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.54 KB
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
{
"name": "chainsql-keypairs",
"version": "0.11.2",
"description": "chainsql key pairs",
"files": [
"distrib/npm/*",
"bin/*",
"build/*",
"test/*"
],
"main": "distrib/npm/",
"directories": {
"test": "test"
},
"dependencies": {
"babel-runtime": "^5.8.20",
"bn.js": "^3.1.1",
"brorand": "^1.0.5",
"chainsql-address-codec": "^2.0.4",
"elliptic": "^5.1.0",
"hash.js": "^1.0.3",
"chainsql-sm-crypto": "^0.2.0"
},
"devDependencies": {
"assert-diff": "^1.0.1",
"babel": "^5.8.20",
"babel-core": "^5.8.20",
"babel-eslint": "^6.0.0",
"babel-loader": "^5.3.2",
"codecov.io": "^0.1.6",
"coveralls": "~2.11.4",
"eslint": "2.7.0",
"eventemitter2": "^0.4.14",
"istanbul": "~0.3.5",
"lodash": ">=4.17.11",
"map-stream": "~0.1.0",
"mocha": "~2.3.3",
"nock": "^2.13.0"
},
"scripts": {
"test": "mocha",
"build": "gulp",
"compile": "babel --optional runtime -d distrib/npm/ src/",
"compile-with-source-maps": "babel --optional runtime -s -t -d distrib/npm/ src/",
"prepublish": "npm run compile",
"codecov": "cat ./coverage/coverage.json | ./node_modules/codecov.io/bin/codecov.io.js"
},
"repository": {
"type": "git",
"url": "git://github.com/chainsql/chainsql-keypairs.git"
},
"engines": {
"node": ">=0.12.0"
},
"bugs": {
"url": "https://github.com/chainsql/chainsql-keypairs/issues"
},
"homepage": "https://github.com/chainsql/chainsql-keypairs#readme",
"license": "ISC",
"readmeFilename": "README.md"
}