-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 974 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
{
"name": "ethereum-pm",
"version": "0.0.0",
"description": "Ethereum private messaging dapp",
"dependencies": {
"eciesjs": "0.3.6",
"ethers": "5.0.0-beta.192",
"lit-html": "1.2.1",
"reduxular": "0.0.6"
},
"devDependencies": {
"browserify": "16.5.1",
"oss-attribution-generator": "1.7.1",
"zwitterion": "0.45.0"
},
"scripts": {
"start": "zwitterion --port 7010",
"build": "zwitterion --port 7010 --build-static --exclude node_modules --include lit-html,reduxular,redux/es,ethers/dist",
"build-eciesjs": "npx browserify node_modules/eciesjs/dist/index.js -o test.js --s eciesjs",
"install": "generate-attribution"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lastmjs/ethereum-pm.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/lastmjs/ethereum-pm/issues"
},
"homepage": "https://github.com/lastmjs/ethereum-pm#readme"
}