This commit is contained in:
Tutur33
2023-11-24 22:35:41 +01:00
parent 3c0b507a93
commit 7644b2a0f7
45165 changed files with 4803356 additions and 3 deletions
+34
View File
@@ -0,0 +1,34 @@
{
"name": "readme-badger",
"version": "0.3.0",
"description": "Inserts badges into GitHub READMEs",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha test/**/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/gitterHQ/readme-badger.git"
},
"keywords": [
"badge",
"badger",
"github",
"readme"
],
"author": "Andy Trevorah",
"license": "MIT",
"bugs": {
"url": "https://github.com/gitterHQ/readme-badger/issues"
},
"homepage": "https://github.com/gitterHQ/readme-badger",
"devDependencies": {
"mocha": "1.20.1"
},
"dependencies": {
"balanced-match": "^1.0.0"
}
}