2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-15 11:59:37 +03:00
Files
bbob/packages/bbob-cli/package.json
T
Nikolay Kostyurin 67ccc740e3 Publish
- @bbob/cli@2.0.3
 - @bbob/core@2.1.0
 - @bbob/preset-html5@2.1.2
 - @bbob/preset-react@2.0.3
 - @bbob/react@2.0.3
2018-10-07 22:38:22 +02:00

43 lines
950 B
JSON

{
"name": "@bbob/cli",
"version": "2.0.3",
"description": "Comand line bbcode parser",
"main": "lib/bbob.js",
"bin": {
"bbob": "bbob.js"
},
"directories": {
"lib": "lib"
},
"dependencies": {
"@bbob/core": "^2.1.0",
"@bbob/html": "^2.1.1",
"@bbob/preset-html5": "^2.1.2",
"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/"
}
}