Herbert Vojčík 7 years ago
parent
commit
94f608795c
1 changed files with 19 additions and 0 deletions
  1. 19 0
      package.json

+ 19 - 0
package.json

@@ -0,0 +1,19 @@
+{
+  "name": "fdich",
+  "version": "1.0.0",
+  "description": "Fairly distinguishable identifier chars.",
+  "main": "chars.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "https://lolg.it/herby/fdich.git"
+  },
+  "keywords": [
+    "identifier",
+    "characters"
+  ],
+  "author": "Herbert Vojčík <herby@mailbox.sk>",
+  "license": "MIT"
+}