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
2018-07-06 00:46:37 +02:00

20 lines
501 B
JSON

{
"name": "@bbob/html",
"version": "1.0.1",
"description": "HTML renderer for BBCode pareser BBob",
"main": "lib/index.js",
"devDependencies": {
"@bbob/parser": "*"
},
"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/"
}
}