From 33e4610a6b41717b5becfbbfcce5ca908538f609 Mon Sep 17 00:00:00 2001 From: Sergio Date: Thu, 16 May 2013 16:08:18 -0300 Subject: [PATCH] add npm support --- package.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 000000000..693b08a7c --- /dev/null +++ b/package.json @@ -0,0 +1,32 @@ +{ + "name": "font-awesome", + "description": "the iconic font designed for Bootstrap", + "version": "3.1.1", + "author": { + "name": "Dave Gandy", + "email": "dave@fontawesome.io" + }, + "contributors": [ + "sergio ", + "willian " + ], + "homepage": "http://fontawesome.io", + "repository": { + "type": "git", + "url": "https://github.com/FortAwesome/Font-Awesome.git" + }, + "licenses": [ + { + "type": "SIL OFL 1.1", + "url": "http://scripts.sil.org/OFL" + }, + { + "type": "MIT License", + "url": "http://opensource.org/licenses/mit-license.html" + }, + { + "type": "CC BY 3.0", + "url": "http://creativecommons.org/licenses/by/3.0/" + } + ] +} \ No newline at end of file