From 1f0f2acaec3eeff782bd1125a6f02ab7e934fe9f Mon Sep 17 00:00:00 2001 From: Igor Date: Fri, 14 Mar 2014 12:34:00 +0200 Subject: [PATCH] Delete package.json --- package.json | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 package.json diff --git a/package.json b/package.json deleted file mode 100644 index f73a8def4..000000000 --- a/package.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "name": "font-awesome", - "description": "The iconic font designed for Bootstrap", - "version": "4.0.3", - "keywords": ["font", "awesome", "fontawesome", "icon", "font", "bootstrap"], - "homepage": "http://fontawesome.io/", - "author": { - "name": "Dave Gandy", - "email": "dave@fontawesome.io", - "web": "http://twitter.com/davegandy" - }, - "repository": { - "type": "git", - "url": "https://github.com/FortAwesome/Font-Awesome.git" - }, - "contributors": [ - { - "name": "Rob Madole", - "web": "http://twitter.com/robmadole" - }, - { - "name": "Geremia Taglialatela", - "web": "http://twitter.com/gtagliala" - }, - { - "name": "Travis Chase", - "web": "http://twitter.com/supercodepoet" - } - ], - "licenses": [ - { - "type": "SIL OFL 1.1", - "url": "http://scripts.sil.org/OFL" - }, - { - "type": "MIT License", - "url": "http://opensource.org/licenses/mit-license.html" - } - ], - "dependencies": { - "less": "1.4.2" - } -}