-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 1.26 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
{
"name": "remix-analysis-plugin",
"version": "1.0.0",
"description": "remix-plugin-8000 integrates remix with analysis tools such as Slither and Mythril. The sooner a solidity developer learns of an issue, the sooner they can understand it and make a correct fix. This plugin reduced the friction in running separate tools by adding a button to run them from within the remix-ide website.",
"main": "plugin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"body-parser": "^1.18.3",
"cookie-parser": "~1.4.3",
"cors": "^2.8.4",
"debug": "~2.6.9",
"ejs": "~2.5.7",
"express": "~4.16.4",
"http-errors": "^1.6.3",
"morgan": "~1.9.0",
"multer": "^1.4.1",
"randomstring": "^1.1.5",
"serve-static": "^1.13.2",
"shelljs": "^0.8.2",
"underscore": "^1.9.1"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/mul1sh/remix-plugin-8000.git"
},
"keywords": [
"remix",
"plugin",
"manticore",
"slither",
"mythril"
],
"author": "Mulili Nzuki",
"license": "MIT",
"bugs": {
"url": "https://github.com/mul1sh/remix-plugin-8000/issues"
},
"homepage": "https://github.com/mul1sh/remix-plugin-8000#readme"
}