mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-20 20:00:33 +03:00
add info and keywords to package.json
This commit is contained in:
@@ -2,7 +2,27 @@
|
|||||||
"name": "@bbob/parser",
|
"name": "@bbob/parser",
|
||||||
"version": "1.0.4",
|
"version": "1.0.4",
|
||||||
"description": "Fast BB Code parser ",
|
"description": "Fast BB Code 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",
|
"main": "./lib/index.js",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git://github.com/JiLiZART/bbob.git"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "../../node_modules/.bin/jest --",
|
"test": "../../node_modules/.bin/jest --",
|
||||||
"cover": "../../node_modules/.bin/jest --coverage",
|
"cover": "../../node_modules/.bin/jest --coverage",
|
||||||
|
|||||||
Reference in New Issue
Block a user