Skip to content
This repository was archived by the owner on Nov 23, 2022. It is now read-only.

Commit e52f8ae

Browse files
committed
add: package.json
1 parent ea31be4 commit e52f8ae

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

package.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "queue-manager",
3+
"version": "1.0.0",
4+
"description": "A wrapper over async queue helpful in managing the queue length.",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/kartik1998/queue-manager.git"
12+
},
13+
"keywords": [
14+
"async",
15+
"queue",
16+
"queue-manager"
17+
],
18+
"author": "Kartik",
19+
"license": "MIT",
20+
"bugs": {
21+
"url": "https://github.com/kartik1998/queue-manager/issues"
22+
},
23+
"homepage": "https://github.com/kartik1998/queue-manager#readme"
24+
}

0 commit comments

Comments
 (0)