slate-data-filter-plugin
Version:
onKeyDown handler which removes data that would othwise be inherited
35 lines (34 loc) • 789 B
JSON
{
"name": "slate-data-filter-plugin",
"version": "0.0.7",
"description": "onKeyDown handler which removes data that would othwise be inherited ",
"main": "lib/index.js",
"scripts": {
"build": "babel ./src -d ./lib",
"prepublishOnly": "npm run build",
"test": "jest"
},
"keywords": [
"slatejs",
"data",
"filter",
"onKeyDown",
"whitelist",
"slate"
],
"author": "Phill Barron",
"repository": {
"type": "git",
"url": "https://github.com/phillipbarron/slate-data-filter-plugin"
},
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"jest": "^23.5.0"
},
"dependencies": {}
}