-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.03 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
{
"name": "chlu-did",
"version": "0.1.0",
"main": "index.js",
"engines": {
"node": ">=8.0.0",
"npm": ">=5.6.0"
},
"scripts": {
"test": "mocha",
"build": "webpack-cli",
"compile": "rimraf lib/* && babel src -d lib",
"prepublish": "npm run compile"
},
"dependencies": {
"brorand": "^1.1.0",
"bs58": "4.0.1",
"elliptic": "^6.4.0",
"js-sha3": "^0.7.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.6",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.7.0",
"chai": "^4.1.2",
"clean-webpack-plugin": "^0.1.19",
"mocha": "^5.1.1",
"nock": "9.2.5",
"webpack": "^4.8.1",
"webpack-cli": "^2.1.3"
},
"repository": "https://github.com/ChluNetwork/chlu-did.git",
"bugs": {
"url": "https://github.com/ChluNetwork/chlu-did/issues"
},
"homepage": "https://github.com/ChluNetwork/chlu-did/blob/master/README.md",
"author": {
"name": "Chlu",
"email": "info@chlu.io",
"url": "https://chlu.io"
},
"license": "MIT"
}