@arhamill/cortex
Version:
Reactive library for corda
38 lines (37 loc) • 902 B
JSON
{
"name": "@arhamill/cortex",
"version": "1.1.5",
"description": "Reactive library for corda",
"main": "./build/index.js",
"dependencies": {
"axios": "^0.19.2",
"sse.js": "^0.4.4"
},
"peerDependencies": {
"react": "^16.12.0"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"react": "^16.12.0",
"webpack-cli": "^3.2.1",
"webpack": "^4.29.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arhamill/cortex.git"
},
"author": "Angus Hamill",
"license": "ISC",
"bugs": {
"url": "https://github.com/arhamill/cortex/issues"
},
"homepage": "https://github.com/arhamill/cortex#readme"
}