|
@@ -0,0 +1,23 @@
|
|
|
+{
|
|
|
+ "name": "font-awesome",
|
|
|
+ "description": "Font Awesome",
|
|
|
+ "version": "4.0.4",
|
|
|
+ "keywords": [],
|
|
|
+ "homepage": "http://fontawesome.io",
|
|
|
+ "dependencies": {},
|
|
|
+ "development": {},
|
|
|
+ "license": "SIL, MIT, CC BY 3.0",
|
|
|
+ "main": [
|
|
|
+ "./css/font-awesome.css",
|
|
|
+ "./fonts/*"
|
|
|
+ ],
|
|
|
+ "ignore": [
|
|
|
+ "*/.*",
|
|
|
+ "*.json",
|
|
|
+ "src",
|
|
|
+ "*.yml",
|
|
|
+ "Gemfile",
|
|
|
+ "Gemfile.lock",
|
|
|
+ "*.md"
|
|
|
+ ]
|
|
|
+}
|