From fb3b0f6dad036f05e2c08eb237ea5ee2b1a192ed Mon Sep 17 00:00:00 2001 From: Mark Ostrander Date: Thu, 17 Mar 2016 13:57:40 -0400 Subject: [PATCH] add npm package --- README.md | 12 +++++++++--- bower.json | 2 +- package.json | 24 ++++++++++++++++++++++++ 3 files changed, 34 insertions(+), 4 deletions(-) create mode 100644 package.json diff --git a/README.md b/README.md index 702e10c..cd1b5fc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Govicons -*Version 1.1.0* +*Version 1.2.0* **A Government font and CSS toolkit, inspired by [Font-Awesome](http://fontawesome.io)**. @@ -19,12 +19,18 @@ Get started at ! ```html ``` -#### Install with Bower +#### Install with bower ```shell $ bower install govicons ``` +#### Install with npm + +```shell +$ npm install govicons +``` + ## Contributing If you want to add icon ideas, icon art, or other fixes/changes to how the package works, feel free to submit an issue. @@ -36,6 +42,6 @@ If you want to add icon ideas, icon art, or other fixes/changes to how the packa ## Licensing -- Weather Icons licensed under [SIL OFL 1.1](http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL) +- Gov Icons licensed under [SIL OFL 1.1](http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL) - Code licensed under [MIT License](http://opensource.org/licenses/mit-license.html) - Documentation licensed under [CC BY 3.0](http://creativecommons.org/licenses/by/3.0/) diff --git a/bower.json b/bower.json index b921bbe..2fb135d 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "govicons", "description": "Govicons - Government font and CSS toolkit", - "version": "1.1.0", + "version": "1.2.0", "keywords": [ "government", "font", diff --git a/package.json b/package.json new file mode 100644 index 0000000..219b91f --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "govicons", + "description": "Govicons - Government font and CSS toolkit", + "version": "1.2.0", + "style": "css/govicons.css", + "keywords": ["gov", "icons", "Govicons", "icon", "font", "bootstrap"], + "homepage": "http://govicons.io/", + "bugs": { + "url" : "http://github.com/540co/govicons/issues" + }, + "author": { + "name": "Mark Ostrander" + }, + "repository": { + "type": "git", + "url": "https://github.com/540co/govicons.git" + }, + "license": "(OFL-1.1 AND MIT)", + "dependencies": { + }, + "engines" : { + "node" : ">=0.10.3" + } +}