UNPKG

1.6 kBJSONView Raw
1{
2 "name": "neo-async",
3 "version": "1.7.4",
4 "description": "Neo-Async is thought to be used as a drop-in replacement for Async, it almost fully covers its functionality and runs faster ",
5 "main": "index.js",
6 "scripts": {
7 "test": "istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- -R spec ./test --recursive",
8 "clean": "rm -rf coverage",
9 "cov:99.8": "grep Lines | perl -nle 'my ($l, $c, $p, @d) = split(/[\\s%]+/); exit(($p > 99.8) == 0)'"
10 },
11 "license": "MIT",
12 "keywords": "async, util",
13 "repository": {
14 "type": "git",
15 "url": "git@github.com:suguru03/neo-async.git"
16 },
17 "homepage": "https://github.com/suguru03/neo-async",
18 "files": [
19 "LICENSE",
20 "CHANGELOG.md",
21 "index.js",
22 "lib/async.js",
23 "lib/async.min.js",
24 "dist/async.js",
25 "dist/async.min.js"
26 ],
27 "directories": {
28 "test": "test/"
29 },
30 "dependencies": {},
31 "devDependencies": {
32 "async": "^1.4.0",
33 "benchmark": "^1.0.0",
34 "changelog-generator": "0.0.4",
35 "codecov.io": "^0.1.0",
36 "event-stream": "^3.3.0",
37 "func-comparator": "^0.6.1",
38 "gulp": "^3.8.11",
39 "gulp-exit": "0.0.2",
40 "gulp-git": "^1.2.0",
41 "gulp-jsbeautifier": "0.0.4",
42 "gulp-jscs": "^1.4.0",
43 "gulp-mocha": "^2.0.0",
44 "gulp-util": "^3.0.3",
45 "intelli-espower-loader": "^0.5.0",
46 "istanbul": "^0.3.4",
47 "jsdoc": "^3.3.0-beta3",
48 "lodash": "^3.6.0",
49 "minimist": "^1.1.1",
50 "mocha": "^2.0.1",
51 "mocha.parallel": "^0.7.1",
52 "neo-async": "^0.6.5",
53 "power-assert": "^0.10.0",
54 "q": "~1.4.1",
55 "require-dir": "^0.3.0"
56 }
57}