2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-06-05 16:42:27 +03:00
This commit is contained in:
Nikolay Kostyurin
2018-06-04 23:18:50 +02:00
parent d4a41482d3
commit edf90de445
18 changed files with 2403 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "bbob",
"version": "1.0.0",
"description": "Fast BB Code parser written in pure javascript, no dependencies",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "jest"
},
"author": "Nikolay Kostyurin <jilizart@gmail.com>",
"license": "MIT",
"devDependencies": {
"jest": "^23.1.0"
}
}