mirror of
https://github.com/badges/stability-badges.git
synced 2025-04-19 04:02:16 +03:00
26 lines
587 B
JSON
26 lines
587 B
JSON
{
|
|
"name": "stability-badges",
|
|
"version": "0.1.1",
|
|
"description": "A set of SVG badges to mark your modules with the Node stability index",
|
|
"main": "index.js",
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"prepublish": "node generate.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/hughsk/stability-badges.git"
|
|
},
|
|
"keywords": [
|
|
"stability",
|
|
"badges",
|
|
"readme",
|
|
"image",
|
|
"svg",
|
|
"content"
|
|
],
|
|
"author": "Hugh Kennedy <hughskennedy@gmail.com> (http://hughskennedy.com/)",
|
|
"license": "MIT",
|
|
"readmeFilename": "README.md"
|
|
}
|