mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-05 13:52:25 +02:00
35 lines
694 B
JSON
35 lines
694 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|