UNPKG

853 BJSONView Raw
1{
2 "name": "cardcore",
3 "version": "0.0.1-eabef0a0",
4 "description": "Core functions for cards",
5 "main": "dist/index.js",
6 "repository": "git@github.com:streamplace/stream-cards.git",
7 "author": "Streamplace",
8 "license": "Apache-2.0",
9 "private": false,
10 "publishConfig": {
11 "access": "public"
12 },
13 "dependencies": {
14 "@cardcore/client": "0.0.1-eabef0a0",
15 "@cardcore/game": "0.0.1-eabef0a0",
16 "@cardcore/util": "0.0.1-eabef0a0",
17 "@streamplace/ssb-keys": "7.0.18",
18 "ajv": "^6.5.2",
19 "babel-runtime": "^6.26.0",
20 "isomorphic-fetch": "^2.2.1",
21 "json-stable-stringify": "^1.0.1",
22 "redux": "^4.0.0",
23 "redux-immutable-state-invariant": "^2.1.0",
24 "redux-thunk": "^2.3.0",
25 "z-schema": "^3.23.0"
26 },
27 "scripts": {
28 "test": "jest src"
29 },
30 "gitHead": "eabef0a0394971b4774eeda9d1ea4aa1fc9f1e9f"
31}