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
42 lines
986 B
JSON
42 lines
986 B
JSON
{
|
|
"name": "@bbob/parser",
|
|
"version": "1.0.9",
|
|
"description": "Fast, flexible, and lean implementation of BBcode parser",
|
|
"homepage": "https://github.com/JiLiZART/bbob",
|
|
"keywords": [
|
|
"bbcode",
|
|
"parser",
|
|
"fast",
|
|
"bbcode parser",
|
|
"bbcodeparser",
|
|
"bbob",
|
|
"serializer",
|
|
"bbcode serializer",
|
|
"bbcode serializer",
|
|
"bbcodeserializer",
|
|
"parse",
|
|
"serialize",
|
|
"html"
|
|
],
|
|
"main": "lib/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/JiLiZART/bbob.git"
|
|
},
|
|
"scripts": {
|
|
"build": "../../node_modules/.bin/rollup -c",
|
|
"dev": "../../node_modules/.bin/rollup -c -w",
|
|
"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/"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
]
|
|
}
|