From c4c935bbc177a3c7f6d53e4ca253a6a00010d599 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Tue, 16 Aug 2016 17:42:51 +0300 Subject: [PATCH] add package.json --- package.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..cdf0e1c --- /dev/null +++ b/package.json @@ -0,0 +1,38 @@ +{ + "name": "gen-thread", + "version": "1.0.0", + "author": { + "name": "Vitaliy Filippov", + "email": "vitalif@yourcmc.ru" + }, + "description": "Yet another generator-based control flow library (similar to gene, but safer)", + "main": "index.js", + "files": [ + "index.js", + "example.js" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/vitalif/gen-thread.git" + }, + "homepage": "https://github.com/vitalif/gen-thread", + "bugs": { + "url": "https://github.com/vitalif/gen-thread/issues" + }, + "dependencies": {}, + "devDependencies": {}, + "keywords": [ + "generators", + "yield", + "async", + "control-flow" + ], + "license": "MIT", + "scripts": {}, + "maintainers": [ + { + "name": "vitalif", + "email": "vitalif@mail.ru" + } + ] +}