Herbert Vojčík 9 년 전
부모
커밋
94f608795c
1개의 변경된 파일19개의 추가작업 그리고 0개의 파일을 삭제
  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"
+}