{ "name": "@bbob/preset-html5", "version": "1.0.3", "description": "HTML5 Preset to transform BBCode to HTML", "main": "lib/index.js", "directories": { "lib": "lib" }, "devDependencies": { "@bbob/core": "^1.0.3" }, "repository": { "type": "git", "url": "git+https://github.com/JiLiZART/bbob.git" }, "keywords": [ "bbcode", "preset", "html5", "bbode", "transform" ], "bugs": { "url": "https://github.com/JiLiZART/bbob/issues" }, "homepage": "https://github.com/JiLiZART/bbob#readme", "scripts": { "test": "../../node_modules/.bin/jest --", "cover": "../../node_modules/.bin/jest --coverage", "lint": "../../node_modules/.bin/eslint ." }, "author": "Nikolay Kostyurin ", "license": "MIT", "publishConfig": { "registry": "https://registry.npmjs.org/" } }