UNPKG

981 BJSONView Raw
1{
2 "name": "draft-js-plugins-editor",
3 "version": "1.1.0",
4 "description": "Editor for DraftJS Plugins",
5 "author": {
6 "name": "Nik Graf",
7 "email": "nik@nikgraf.com",
8 "url": "http://www.nikgraf.com"
9 },
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/draft-js-plugins/draft-js-plugins.git"
13 },
14 "main": "lib/index.js",
15 "keywords": [
16 "editor",
17 "wysiwyg",
18 "draft",
19 "react",
20 "ux",
21 "components",
22 "widget",
23 "react-component"
24 ],
25 "peerDependencies": {
26 "draft-js": ">=0.5.0",
27 "immutable": ">=3.7.6",
28 "react": ">=0.14.0 || 15.0.0-rc",
29 "react-dom": ">=0.14.0 || 15.0.0-rc"
30 },
31 "scripts": {
32 "build": "BABEL_ENV=production ../node_modules/.bin/babel --out-dir='lib' --ignore='__tests__/*' src",
33 "prepublish": "npm run build"
34 },
35 "license": "MIT",
36 "dependencies": {
37 "decorate-component-with-props": "^1.0.2",
38 "find-with-regex": "^1.0.2",
39 "union-class-names": "^1.0.0"
40 }
41}