UNPKG

prosemirror-mentions-wafrn

Version:

ProseMirror plugin for enabling @mentions in wafrn

49 lines (48 loc) 1.26 kB
{ "name": "prosemirror-mentions-wafrn", "version": "0.0.1", "description": "ProseMirror plugin for enabling @mentions in wafrn", "main": "dist/index.js", "module": "dist/index.es.js", "peerDependencies": { "prosemirror-state": "^1.2.2", "prosemirror-view": "^1.4.2" }, "devDependencies": { "babel": "^6.23.0", "babel-core": "^6.26.0", "babel-plugin-external-helpers": "^6.22.0", "babel-preset-es2015": "^6.24.1", "husky": "^1.3.1", "prettier": "1.15.3", "pretty-quick": "^1.10.0", "rollup": "^0.50.1", "rollup-plugin-babel": "^3.0.2" }, "husky": { "hooks": { "pre-commit": "pretty-quick --staged" } }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rollup -c", "watch": "rollup -c -w" }, "repository": { "type": "git", "url": "git+https://github.com/gabboman/prosemirror-mentions.git" }, "keywords": [ "ProseMirror", "Plugin", "Mention", "Wafrn" ], "author": "Gabriel Amador García <gabriel.amador.garcia@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/gabboman/prosemirror-mentions/issues" }, "homepage": "https://github.com/gabboman/prosemirror-mentions#readme" }