UNPKG

805 BJSONView Raw
1{
2 "name": "@remixproject/engine",
3 "version": "0.3.15",
4 "homepage": "https://github.com/ethereum/remix-plugin/tree/master/packages/engine/core#readme",
5 "repository": {
6 "type": "git",
7 "url": "git+https://github.com/ethereum/remix-plugin.git"
8 },
9 "author": {
10 "name": "GrandSchtroumpf",
11 "email": "francois.guezengar@hotmail.fr"
12 },
13 "contributors": [
14 {
15 "name": "Yann Levreau",
16 "email": "yann@ethdev.com"
17 }
18 ],
19 "bugs": {
20 "url": "https://github.com/ethereum/remix-plugin/issues"
21 },
22 "license": "MIT",
23 "gitHead": "ca5c69be64ec4eaf7fe5d1d362726e75cb3b5726",
24 "main": "src/index.js",
25 "typings": "src/index.d.ts",
26 "dependencies": {
27 "@remixproject/plugin-utils": "0.3.15",
28 "@remixproject/plugin-api": "0.3.15"
29 },
30 "peerDependencies": {}
31}