-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
29 lines (29 loc) · 885 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
{
"name": "smartcontract-app",
"version": "4.5.16",
"description": "autogenerated interactive app for solidity contracts",
"main": "src/smartcontract-app.js",
"scripts": {
"start": "budo demo/demo.js:bundle.js --dir . --title $npm_package_name --force-default-index --ssl --live --open -- --full-paths",
"build": "browserify demo/demo.js -o bundle.js"
},
"author": "@ninabreznik",
"license": "MIT",
"devDependencies": {
"budo": "^11.6.1"
},
"dependencies": {
"bel": "^6.0.0",
"bignumber.js": "^8.1.1",
"copy-text-to-clipboard": "^1.0.4",
"csjs-inject": "^1.0.1",
"ethers": "^4.0.27",
"input-address": "2.1.1",
"input-array": "2.1.8",
"input-boolean": "2.2.2",
"input-byte": "0.0.10",
"input-integer": "3.1.5",
"input-string": "2.1.2",
"solc-js": "git+https://github.com/ethereum-play/solc-js.git"
}
}