UNPKG

1.7 kBJSONView Raw
1{
2 "name": "remix-plugin",
3 "version": "0.0.2-alpha.5",
4 "description": "Ethereum IDE and tools for the web",
5 "contributors": [
6 {
7 "name": "Yann Levreau",
8 "email": "yann@ethdev.com"
9 },
10 {
11 "name": "François Guezengar",
12 "email": "francois.guezengar@hotmail.fr"
13 }
14 ],
15 "files": [
16 "dist"
17 ],
18 "types": "dist/index.d.ts",
19 "browser": "dist/index.js",
20 "module": "dist/index.js",
21 "scripts": {
22 "start": "webpack --watch",
23 "build": "webpack",
24 "test": "jest",
25 "e2e:serve": "run-p e2e:ide e2e:ethdoc",
26 "e2e:ide": "cd ./examples/ide && webpack-dev-server",
27 "e2e:ethdoc": "cd ./examples/plugins/ethdoc && webpack-dev-server"
28 },
29 "dependencies": {
30 "events": "^3.0.0"
31 },
32 "devDependencies": {
33 "@types/events": "^1.2.0",
34 "@types/jest": "^23.3.9",
35 "cypress": "^3.2.0",
36 "jest": "^23.6.0",
37 "lit-element": "^2.1.0",
38 "npm-run-all": "^4.1.5",
39 "prettier": "^1.15.2",
40 "solc": "^0.5.7",
41 "ts-jest": "^23.10.4",
42 "ts-loader": "^5.3.3",
43 "tsconfig-paths-webpack-plugin": "^3.2.0",
44 "tslint": "^5.11.0",
45 "typescript": "^3.4.1",
46 "webpack": "^4.29.6",
47 "webpack-cli": "^3.2.3",
48 "webpack-dev-server": "^3.2.1",
49 "webpack-merge": "^4.2.1"
50 },
51 "standard": {
52 "ignore": [
53 "node_modules/*"
54 ]
55 },
56 "repository": {
57 "type": "git",
58 "url": "git+https://github.com/ethereum/remix-plugin.git"
59 },
60 "author": "cpp-ethereum team",
61 "license": "MIT",
62 "bugs": {
63 "url": "https://github.com/ethereum/remix-plugin/issues"
64 },
65 "homepage": "https://github.com/ethereum/remix-plugin#readme"
66}