|
@@ -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"
|
|
|
+}
|