UNPKG

forejs

Version:

A lightweight module which provides powerful functionality to organize asynchronous JavaScript code.

41 lines (40 loc) 1.14 kB
{ "name": "forejs", "version": "0.7.3", "description": "A lightweight module which provides powerful functionality to organize asynchronous JavaScript code.", "keywords": [ "async", "callback", "callback-hell", "promise", "control-flow", "for-comprehension", "utility" ], "homepage": "https://github.com/Hackbrett3X/forejs", "main": "dist/forejs.js", "scripts": { "test": "mocha test/forejs-test.js", "eslint": "./node_modules/.bin/eslint ./src", "benchmark": "node test/forejs-benchmark.js", "build": "node build.js", "dist": "npm run eslint && npm run build && npm run test dist/forejs && npm run test dist/forejs.min", "version": "npm run dist && git add -A", "postversion": "git push && git push --tags" }, "author": { "name": "Lukas Holländer", "email": "hollaender.lukas@googlemail.com" }, "license": "MIT", "devDependencies": { "async": "^2.1.5", "benchmark": "^2.1.3", "chai": "^3.5.0", "eslint": "^3.17.1", "jsdoc-to-markdown": "^3.0.0", "mocha": "^3.2.0", "rimraf": "^2.6.1", "uglify-js": "^2.8.16" } }