Browse Source

Release version 1.0.0.

Herbert Vojčík 9 years ago
parent
commit
86308d6582
1 changed files with 22 additions and 0 deletions
  1. 22 0
      package.json

+ 22 - 0
package.json

@@ -0,0 +1,22 @@
+{
+  "name": "hqueue",
+  "version": "1.0.0",
+  "description": "Fast one-side queue for JavsScript",
+  "main": "queue.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "https://github.com/herby/queue"
+  },
+  "keywords": [
+    "queue"
+  ],
+  "author": "Herby Vojčík <herby@mailbox.sk>",
+  "license": "MIT",
+  "bugs": {
+    "url": "https://github.com/herby/queue/issues"
+  },
+  "homepage": "https://github.com/herby/queue"
+}