@mindhive/documents
Version:
Standard document viewing, editing, listing etc
37 lines (36 loc) • 843 B
JSON
{
"name": "@mindhive/documents",
"version": "0.0.45",
"description": "Standard document viewing, editing, listing etc",
"keywords": [
"doc",
"mui",
"wisiwig"
],
"author": "Nick Virtue",
"private": false,
"main": "index.js",
"scripts": {
"test": "../../scripts/test.sh",
"build": "../../scripts/build.sh",
"upgrade": "yarn upgrade"
},
"repository": {
"old": "git",
"url": "git+ssh://git@github.com/mindhivenz/packages.git"
},
"license": "MIT",
"homepage": "https://github.com/mindhivenz/packages",
"bugs": {
"url": "https://github.com/mindhivenz/packages/issues"
},
"dependencies": {
"lodash": "^4.17.4",
"recompose": "^0.22.0"
},
"peerDependencies": {
"@mindhive/components": "^4.5.35",
"@mindhive/styles": "^0.0.26",
"material-ui": "^0.18.3"
}
}