2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-15 11:59:37 +03:00
Files
bbob/packages/bbob-html/package.json
T
Nikolay Kostyurin 79baef9e7f Publish
- @bbob/cli@1.0.3
 - @bbob/core@1.0.3
 - @bbob/html@1.0.4
 - @bbob/parser@1.0.8
 - @bbob/preset-html5@1.0.3
 - @bbob/react@1.0.4
2018-07-11 00:53:22 +02:00

20 lines
506 B
JSON

{
"name": "@bbob/html",
"version": "1.0.4",
"description": "HTML renderer for BBCode pareser BBob",
"main": "lib/index.js",
"devDependencies": {
"@bbob/parser": "^1.0.8"
},
"scripts": {
"test": "../../node_modules/.bin/jest --",
"cover": "../../node_modules/.bin/jest --coverage",
"lint": "../../node_modules/.bin/eslint ."
},
"author": "Nikolay Kostyurin <jilizart@gmail.com>",
"license": "MIT",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}