1
0
mirror of https://github.com/badges/stability-badges.git synced 2025-04-19 04:02:16 +03:00
stability-badges/package.json
Hugh Kennedy b54c409255 0.1.1
2013-08-04 13:22:46 +10:00

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"
}