UNPKG

821 BJSONView Raw
1{
2 "name": "@remixproject/engine",
3 "version": "0.1.11",
4 "description": "Plugin Engine that power Remix IDE",
5 "contributors": [
6 {
7 "name": "Yann Levreau",
8 "email": "yann@ethdev.com"
9 },
10 {
11 "name": "GrandSchtroumpf",
12 "email": "grandschtroumpf@ethereum.org"
13 }
14 ],
15 "keywords": [
16 "Ethereum",
17 "RemixIDE",
18 "Plugin"
19 ],
20 "license": "MIT",
21 "files": [
22 "dist"
23 ],
24 "types": "dist/index.d.ts",
25 "main": "dist/index.js",
26 "browser": "dist/index.js",
27 "module": "dist/index.js",
28 "repository": {
29 "type": "git",
30 "url": "git+https://github.com/ethereum/remix-plugin.git"
31 },
32 "bugs": {
33 "url": "https://github.com/ethereum/remix-plugin/issues"
34 },
35 "homepage": "https://github.com/ethereum/remix-plugin#readme"
36}