UNPKG

draft-js-autolist-plugin

Version:

Automatically create ordered/unordered lists in draft-js as you type

48 lines (47 loc) 1.3 kB
{ "name": "draft-js-autolist-plugin", "version": "3.0.0", "description": "Automatically create ordered/unordered lists in draft-js as you type", "main": "lib/index.js", "scripts": { "build": "babel src --out-dir lib", "compile": "npm run build", "precompile": "npm run clean", "prepublish": "npm run compile", "test": "NODE_ENV=test babel-node test | faucet", "posttest": "npm run lint", "clean": "rm -rf ./lib/*", "lint": "eslint 'src/*.js' 'src/**/*.js'; exit 0" }, "repository": { "type": "git", "url": "https://github.com/icelab/draft-js-autolist-plugin.git" }, "keywords": [ "draft-js", "draft-js-plugins", "plugins", "plugin" ], "authors": [ "Max Wheeler <max@icelab.com.au> (https://github.com/makenosound)" ], "license": "MIT", "bugs": { "url": "https://github.com/icelab/draft-js-autolist-plugin/issues" }, "homepage": "https://github.com/icelab/draft-js-autolist-plugin", "peerDependencies": { "draft-js": "^0.11.0" }, "devDependencies": { "babel-cli": "6.7.5", "babel-preset-es2015": "6.6.0", "eslint": "2.8.0", "eslint-config-standard": "5.1.0", "eslint-plugin-standard": "1.3.2", "faucet": "0.0.1", "is-function": "1.0.1", "tape": "4.5.1" } }