UNPKG

1.58 kBJSONView Raw
1{
2 "name": "neo-async",
3 "version": "2.1.0",
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:100": "grep Lines | perl -nle 'my ($l, $c, $p, @d) = split(/[\\s%]+/); exit(($p == 100) == 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 "dependencies": {},
28 "devDependencies": {
29 "async": "git://github.com/caolan/async.git",
30 "benchmark": "^2.1.1",
31 "bluebird": "^3.4.7",
32 "changelog-generator": "0.0.4",
33 "codecov.io": "^0.1.6",
34 "event-stream": "^3.3.3",
35 "func-comparator": "^0.7.2",
36 "gulp": "^3.9.1",
37 "gulp-exit": "0.0.2",
38 "gulp-git": "^1.10.0",
39 "gulp-jsbeautifier": "^2.0.3",
40 "gulp-jscs": "^4.0.0",
41 "gulp-mocha": "^3.0.0",
42 "gulp-util": "^3.0.7",
43 "istanbul": "^0.4.3",
44 "jsdoc": "^3.4.0",
45 "jshint": "^2.9.2",
46 "lodash": "^4.16.6",
47 "minimist": "^1.2.0",
48 "mocha": "^3.1.0",
49 "mocha-parallel-executor": "^0.3.0",
50 "mocha.parallel": "^0.15.0",
51 "require-dir": "^0.3.0",
52 "run-sequence": "^1.2.2"
53 }
54}