UNPKG

586 BJSONView Raw
1{
2 "name": "@canner/slate-helper-block-quote",
3 "version": "0.1.7",
4 "description": "A slate helper for blockquote",
5 "main": "lib/index.js",
6 "directories": {
7 "test": "test"
8 },
9 "publishConfig": {
10 "access": "public"
11 },
12 "scripts": {
13 "test": "../../node_modules/.bin/mocha ./test/index.js --compilers js:babel-register --bail --reporter=list",
14 "prepublish": "../../node_modules/.bin/babel src -d lib --copy-files"
15 },
16 "author": "",
17 "license": "MIT",
18 "dependencies": {
19 "@canner/slate-constant": "^1.0.4",
20 "slate-edit-blockquote": "^0.5.0"
21 }
22}