UNPKG

@hugoai/draft-js-utils

Version:
45 lines (44 loc) 1.13 kB
{ "name": "@hugoai/draft-js-utils", "version": "1.2.1", "description": "Collection of utilities for DraftJS", "main": "lib/main.js", "scripts": { "build": "babel src --out-dir lib --ignore \"_*\"", "watch": "babel src --watch --out-dir lib --ignore \"_*\"" }, "peerDependencies": { "draft-js": ">=0.10.0", "immutable": "3.x.x" }, "keywords": [ "draft-js", "rich-text", "content-tools" ], "author": "sstur@me.com", "contributors": [ { "name": "Johannes Lumpe", "url": "https://github.com/johanneslumpe" }, { "name": "Simon Sturmer", "url": "https://github.com/sstur" }, { "name": "shin", "url": "https://github.com/sugarshin" }, { "name": "Greg Ziegan", "url": "https://github.com/thebritican" } ], "license": "ISC", "repository": "https://github.com/hugoai/draft-js-utils/tree/master/packages/draft-js-utils", "bugs": { "url": "https://github.com/hugoai/draft-js-utils/issues" }, "homepage": "https://github.com/hugoai/draft-js-utils/blob/master/packages/draft-js-utils/README.md" }