-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.72 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
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@dexon-foundation/ace-mode-dsolidity",
"version": "0.1.2",
"description": "Ace Edit Mode for DEXON's Solidity language.",
"browser": "build/remix-ide/mode-solidity.js",
"scripts": {
"test-build": "node ./test_browserify/build.js",
"test-overwrite": "npm run test-build && node ./test_browserify/overwrite-expected-tokenizations.js",
"test-serve": "npm run test-build && node ./test_browserify/serve-editor.js",
"test": "npm run test-build && node ./test_browserify/run.js",
"reports-prep": "npm run test-build && node ./test_browserify/reports-prep.js",
"reports-serve": "node ./test_browserify/reports-serve.js",
"reports": "npm run reports-prep && node ./test_browserify/reports-serve.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dexon-foundation/ace-mode-dsolidity.git"
},
"keywords": [
"ace",
"edit",
"mode",
"syntax",
"highlighting",
"ethereum",
"DEXON",
"solidity"
],
"author": {
"name": "Hsuan Lee",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/dexon-foundation/ace-mode-dsolidity/issues"
},
"homepage": "https://github.com/dexon-foundation/ace-mode-dsolidity#readme",
"dependencies": {},
"devDependencies": {
"ast-types": "^0.11.5",
"brace": "^0.8.0",
"browserify": "^16.1.0",
"dependency-solver": "^1.0.6",
"download": "^7.1.0",
"enumerate-files": "^2.0.0",
"express": "^4.16.3",
"fs-readfile-promise": "^3.0.1",
"fs-writefile-promise": "^3.0.0",
"mkdirp": "^0.5.1",
"mkdirp-promise": "^5.0.1",
"opn": "^5.3.0",
"puppeteer": "^1.5.0",
"recast": "^0.15.2",
"semver": "^5.5.0",
"tape": "^4.9.1"
}
}