UNPKG

ld-html

Version:
47 lines (46 loc) 1.12 kB
{ "name": "ld-html", "version": "2.0.0", "description": "Last Draft edit html plugin", "main": "lib/html/plugin.js", "scripts": { "build": "rm -rf lib && babel src --out-dir lib --copy-files" }, "repository": { "type": "git", "url": "https://github.com/steveniseki/ld-html" }, "author": "Steven Iseki <stevenisekimartin@gmail.com>", "license": "MIT", "devDependencies": { "babel-core": "^6.7.6", "babel-cli": "^6.18.0", "babel-eslint": "^7.1.1", "babel-loader": "^6.2.4", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-preset-es2015": "^6.6.0", "babel-preset-react": "^6.5.0", "babel-preset-stage-0": "^6.5.0", "babel-register": "^6.7.2", "babel-runtime": "^6.6.1", "last-draft": "^1.1.2", "webpack": "2.1.0-beta.27" }, "dependencies": { "draft-js": "0.10.0", "styled-components": "^1.2.1" }, "keywords": [ "ld", "ld-html", "last draft", "last-draft", "last-draft-plugin", "ld-plugin", "ld plugin", "draft-js", "draft-js-plugins", "draftjs plugins", "draftjs" ] }