From 9d29a636f3a2437d3d826c95d1ba36f02e4f1af2 Mon Sep 17 00:00:00 2001 From: Thaddee Tyl Date: Tue, 7 Jan 2014 12:29:12 +0100 Subject: [PATCH] NPM v0.1.0 --- package.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index f1e0bbf..01c7152 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,20 @@ { - "author": "Thaddée Tyl ", "name": "gh-badges", + "version": "0.1.0", "description": "GitHub badges implemented in SVG.", - "version": "0.0.1", + "keywords": ["GitHub", "badge", "SVG", "image"], + "homepage": "http://b.adge.me", + "bugs": { + "url": "https://github.com/espadrine/gh-badges/issues", + "email": "thaddee.tyl@gmail.com" + }, + "license": "CC0", + "author": "Thaddée Tyl ", + "main": "badge.js", "repository": { "type": "git", "url": "https://github.com/espadrine/gh-badges" }, - "license": "CC0", "dependencies": { "dot": "~1.0.2", "svgo": "~0.4.2",