UNPKG

759 BJSONView Raw
1{
2 "name": "quill-icons",
3 "version": "1.4.3",
4 "description": "Common editor icons from quill editor",
5 "author": {
6 "name": "chilijung",
7 "email": "chilijung@gmail.com",
8 "url": ""
9 },
10 "files": [
11 "lib"
12 ],
13 "main": "lib/index.js",
14 "keywords": [
15 "icons",
16 "quill",
17 "editor"
18 ],
19 "pre-commit": [
20 "lint"
21 ],
22 "repository": "Canner/quill-icons",
23 "peerDependencies": {
24 "prop-types": "^15.6.1",
25 "react": "^0.14.0 || ^15.0.0 || 16.x",
26 "react-dom": "^0.14.0 || ^15.0.0 || 16.x"
27 },
28 "license": "BSD-3-Clause",
29 "dependencies": {
30 "classnames": "^2.2.5",
31 "lodash.omit": "^4.5.0",
32 "lodash.pick": "^4.4.0",
33 "lodash.xor": "^4.5.0"
34 },
35 "gitHead": "454dfd887cc285f70c8e2ac67108cfec1f1e5f18"
36}