{ "name": "deferred-lite", "version": "0.1.1", "description": "Deferred pattern on top of Promise", "main": "lib/node.js", "scripts": { "build": "babel src --presets es2015 --out-dir lib", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://lolg.it/herby/deferred-lite.git" }, "keywords": [ "deferred" ], "author": "Herbert Vojčík ", "license": "MIT", "bugs": { "url": "https://lolg.it/herby/deferred-lite/issues" }, "homepage": "https://lolg.it/herby/deferred-lite#readme", "devDependencies": { "babel-cli": "^6.9.0", "babel-preset-es2015": "^6.9.0" } }