UNPKG

1.1 kBJSONView Raw
1{
2 "name": "@neo-one/simulation-react",
3 "version": "1.0.0-alpha.2",
4 "keywords": [
5 "neo",
6 "NEO",
7 "one",
8 "ONE",
9 "blockchain",
10 "neo-one",
11 "neo-one-suite",
12 "neo one",
13 "neo one suite",
14 "NEO ONE",
15 "NEO ONE suite",
16 "NEO•ONE",
17 "NEO•ONE suite",
18 "neo blockchain",
19 "NEO Blockchain",
20 "NEO blockchain",
21 "dapp",
22 "dapps",
23 "simulation",
24 "neo-one simulation",
25 "NEO-ONE simulation",
26 "neo one simulation",
27 "NEO ONE simulation"
28 ],
29 "description": "NEO•ONE Simulation - Bootstrap a decentralized app with NEO•ONE and React.",
30 "repository": "https://github.com/neo-one-suite/neo-one",
31 "bugs": "https://github.com/neo-one-suite/neo-one/issues",
32 "license": "MIT",
33 "main": "./dist/index.js",
34 "module": "./dist/es.js",
35 "engines": {
36 "node": ">=8.9.0"
37 },
38 "publishConfig": {
39 "access": "public"
40 },
41 "bin": {
42 "neo-one-simulation-react-post-create": "./dist/bin/post-create"
43 },
44 "dependencies": {
45 "@babel/polyfill": "^7.0.0-beta.38",
46 "@neo-one/simulation-utils": "^1.0.0-alpha.2"
47 }
48}