aboutsummaryrefslogtreecommitdiff
path: root/node_modules/seq-queue/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/seq-queue/package.json')
-rw-r--r--node_modules/seq-queue/package.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/node_modules/seq-queue/package.json b/node_modules/seq-queue/package.json
new file mode 100644
index 0000000..ec02f3a
--- /dev/null
+++ b/node_modules/seq-queue/package.json
@@ -0,0 +1,17 @@
+{
+ "name": "seq-queue",
+ "author": "changchang <changchang005@gmail.com>",
+ "version": "0.0.5",
+ "description": "A simple tool to keep requests to be executed in order.",
+ "homepage": "https://github.com/changchang/seq-queue",
+ "repository": {
+ "type": "git",
+ "url": "git@github.com:changchang/seq-queue.git"
+ },
+ "dependencies": {
+ },
+ "devDependencies": {
+ "mocha": ">=0.0.1",
+ "should": ">=0.0.1"
+ }
+} \ No newline at end of file