quill-component-library
Version:
A library for components shared between Quill apps.
24 lines • 736 B
JSON
{
"name": "quill-component-library",
"version": "0.10.2",
"description": "A library for components shared between Quill apps.",
"main": "componentLibrary.js",
"module": "componentLibrary.module.js",
"homepage": "https://github.com/empirical-org/empirical-core/packages/quill-component-library#readme",
"author": "Quill.org",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/empirical-org/quill-component-library.git"
},
"bugs": {
"url": "https://github.com/empirical-org/quill-component-library/issues"
},
"dependencies": {
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-router": "^3.0.5",
"react-sortable": "^2.0.0"
},
"private": false
}