2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-30 15:24:05 +03:00
Files
bbob/packages/bbob-parser/package.json
T
2018-06-23 00:37:25 +02:00

18 lines
456 B
JSON

{
"name": "@bbob/parser",
"version": "1.0.4",
"description": "Fast BB Code parser ",
"main": "./lib/index.js",
"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/"
},
"files": ["lib"]
}