PATH:
usr
/
local
/
lib
/
node_modules
/
bower
/
lib
/
node_modules
/
run-async
{ "name": "run-async", "version": "0.1.0", "description": "Utility method to run function either synchronously or asynchronously using the common `this.async()` style.", "main": "index.js", "scripts": { "test": "mocha -R spec" }, "repository": { "type": "git", "url": "git://github.com/SBoudrias/run-async" }, "keywords": [ "flow", "flow-control", "async" ], "author": "Simon Boudrias <admin@simonboudrias.com>", "license": "MIT", "bugs": { "url": "https://github.com/SBoudrias/run-async/issues" }, "homepage": "https://github.com/SBoudrias/run-async", "dependencies": { "once": "^1.3.0" }, "devDependencies": { "mocha": "^1.21.4" } }
[-] .gitattributes
[edit]
[+]
..
[-] .npmignore
[edit]
[-] .jshintrc
[edit]
[-] package.json
[edit]
[-] test.js
[edit]
[-] .editorconfig
[edit]
[-] index.js
[edit]
[-] .travis.yml
[edit]
[-] README.md
[edit]
[-] LICENSE
[edit]