Browse Source

add package.json so it can be published to npm (#374)

* add package.json so it can be published to npm

* using license symbol and only include the distr folder
Guillaume Massé 7 years ago
parent
commit
d0181db077
1 changed files with 25 additions and 0 deletions
  1. 25 0
      package.json

+ 25 - 0
package.json

@@ -0,0 +1,25 @@
+{
+  "name": "firacode",
+  "version": "1.205.0",
+  "description": "Fira Code: monospaced font with programming ligatures",
+  "keywords": [
+    "font",
+    "Mozilla Fira Type Family",
+    "Fira",
+    "FiraMono"
+  ],
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/tonsky/FiraCode.git"
+  },
+  "author": "Nikita Prokopov <prokopov@gmail.com>",
+  "license": "OFL-1.1",
+  "bugs": {
+    "url": "https://github.com/tonsky/FiraCode/issues"
+  },
+  "homepage": "https://github.com/tonsky/FiraCode#readme",
+  "files": [
+    "distr"
+  ]
+}
+