mirror of
https://github.com/tenrok/BBob.git
synced 2026-05-15 11:59:37 +03:00
a82af8003c
- @bbob/cli@1.0.4 - @bbob/core@1.0.4 - @bbob/html@1.0.5 - @bbob/parser@1.0.9 - @bbob/preset-html5@1.0.4 - @bbob/react@1.0.5
20 lines
506 B
JSON
20 lines
506 B
JSON
{
|
|
"name": "@bbob/html",
|
|
"version": "1.0.5",
|
|
"description": "HTML renderer for BBCode pareser BBob",
|
|
"main": "lib/index.js",
|
|
"devDependencies": {
|
|
"@bbob/parser": "^1.0.9"
|
|
},
|
|
"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/"
|
|
}
|
|
}
|