]> git.ipfire.org Git - thirdparty/Font-Awesome.git/commitdiff
add npm support 1099/head 1100/head
authorSergio <sergiorsiqueira9@gmail.com>
Thu, 16 May 2013 19:08:18 +0000 (16:08 -0300)
committerSergio <sergiorsiqueira9@gmail.com>
Thu, 16 May 2013 19:46:03 +0000 (16:46 -0300)
package.json [new file with mode: 0644]

diff --git a/package.json b/package.json
new file mode 100644 (file)
index 0000000..693b08a
--- /dev/null
@@ -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 <desenvolvimento@inbep.com.br>",
+        "willian <desenvolvimento@inbep.com.br>"
+    ],
+    "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