mirror of
https://github.com/tenrok/BBob.git
synced 2026-05-15 11:59:37 +03:00
df87e56143
- @bbob/cli@1.0.5 - @bbob/core@1.0.5 - @bbob/html@1.0.6 - @bbob/parser@1.0.10 - @bbob/preset-html5@1.0.5 - @bbob/react@1.0.6
41 lines
889 B
JSON
41 lines
889 B
JSON
{
|
|
"name": "@bbob/cli",
|
|
"version": "1.0.5",
|
|
"description": "Comand line bbcode parser",
|
|
"main": "lib/bbob.js",
|
|
"bin": {
|
|
"bbob": "bbob.js"
|
|
},
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"dependencies": {
|
|
"@bbob/parser": "^1.0.10",
|
|
"commander": "^2.15.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/JiLiZART/bbob.git"
|
|
},
|
|
"keywords": [
|
|
"bbob",
|
|
"cli",
|
|
"bbcode",
|
|
"pipe"
|
|
],
|
|
"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 <jilizart@gmail.com>",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"registry": "https://registry.npmjs.org/"
|
|
}
|
|
}
|