UNPKG

410 BJSONView Raw
1{
2 "name": "@canner/slate-helper-block-list",
3 "version": "0.1.0",
4 "description": "A helper for block list",
5 "main": "lib/index.js",
6 "directories": {
7 "test": "test"
8 },
9 "scripts": {
10 "test": "../../node_modules/.bin/mocha ./test/index.js --compilers js:babel-register --bail --reporter=list"
11 },
12 "author": "",
13 "license": "MIT",
14 "dependencies": {
15 "slate-edit-list": "^0.11.2"
16 }
17}