Browse Source

Add `package.json`

Mathias Bynens 11 years ago
parent
commit
3589f8c535
1 changed files with 28 additions and 0 deletions
  1. 28 0
      package.json

+ 28 - 0
package.json

@@ -0,0 +1,28 @@
+{
+  "name": "jsfuck",
+  "version": "0.1.0",
+  "description": "Write any JavaScript with just 6 characters: []()!+",
+  "main": "jsfuck.js",
+  "bin": "fuck.js",
+  "repository": {
+    "type": "git",
+    "url": "git://github.com/aemkei/jsfuck.git"
+  },
+  "keywords": [
+    "esoteric",
+    "obfuscation"
+  ],
+  "author": {
+    "name": "Martin Kleppe",
+    "url": "https://github.com/aemkei"
+  },
+  "licenses": [
+    {
+      "type": "WTFPL",
+      "url": "https://raw.github.com/aemkei/jsfuck/master/LICENSE.txt"
+    }
+  ],
+  "bugs": {
+    "url": "https://github.com/aemkei/jsfuck/issues"
+  }
+}