-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 968 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
34
35
36
37
{
"private": true,
"name": "editor-solidity",
"version": "0.0.10",
"description": "embeddable solidity editor",
"main": "src/editor-solidity.js",
"scripts": {
"start": "budo demo/demo.js:bundle.js --title $npm_package_name --force-default-index --open --live --ssl",
"build": "browserify --full-paths demo/demo.js > bundle.js",
"analyse": "discify bundle.js > disc.html",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"embed",
"embeddable",
"editor",
"codemirror",
"play",
"ethereum"
],
"author": "",
"license": "MIT",
"devDependencies": {
"budo": "^11.6.1",
"disc": "^1.3.3"
},
"dependencies": {
"bel": "6.0.0",
"coding-editor": "0.0.5",
"csjs-inject": "1.0.1",
"play-logo": "4.0.2",
"smartcontract-app": "^4.9.0",
"solc-js": "git+https://github.com/playproject-io-archive/solc-js.git",
"solc-version": "^0.2.2",
"twm": "0.0.3"
}
}