UNPKG

slate-style-plugin

Version:

It is a plugin for generating inline-style formats conveniently

38 lines (37 loc) 893 B
{ "name": "slate-style-plugin", "version": "0.2.1", "description": "It is a plugin for generating inline-style formats conveniently", "main": "dist/index.js", "scripts": { "clean": "rm -rf dist/", "pro": "npm run clean && rollup -c", "test": "xo src/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/blackcater/slate-style-plugin.git" }, "keywords": [ "slate", "slate-plugin" ], "author": "blackcater", "license": "MIT", "bugs": { "url": "https://github.com/blackcater/slate-style-plugin/issues" }, "homepage": "https://github.com/blackcater/slate-style-plugin#readme", "devDependencies": { "babel-preset-latest": "^6.24.1", "eslint-config-finger": "^0.2.0", "rollup": "^0.43.0", "rollup-plugin-babel": "^2.7.1", "xo": "^0.18.2" }, "xo": { "extends": [ "finger" ] } }