1
|
{
|
2
|
"name": "neo-async",
|
3
|
"version": "2.6.1",
|
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": "async.js",
|
6
|
"license": "MIT",
|
7
|
"keywords": "async, util",
|
8
|
"repository": {
|
9
|
"type": "git",
|
10
|
"url": "git@github.com:suguru03/neo-async.git"
|
11
|
},
|
12
|
"homepage": "https://github.com/suguru03/neo-async",
|
13
|
"dependencies": {},
|
14
|
"devDependencies": {
|
15
|
"aigle": "^1.8.1",
|
16
|
"async": "^2.6.0",
|
17
|
"benchmark": "^2.1.1",
|
18
|
"bluebird": "^3.5.1",
|
19
|
"codecov.io": "^0.1.6",
|
20
|
"fs-extra": "^4.0.2",
|
21
|
"func-comparator": "^0.7.2",
|
22
|
"gulp": "^3.9.1",
|
23
|
"gulp-bump": "^2.8.0",
|
24
|
"gulp-exit": "0.0.2",
|
25
|
"gulp-git": "^2.4.2",
|
26
|
"gulp-jscs": "^4.0.0",
|
27
|
"gulp-mocha": "^4.2.0",
|
28
|
"gulp-tag-version": "^1.3.0",
|
29
|
"gulp-util": "^3.0.7",
|
30
|
"husky": "^1.2.0",
|
31
|
"istanbul": "^0.4.3",
|
32
|
"jsdoc": "^3.5.5",
|
33
|
"jshint": "^2.9.5",
|
34
|
"lint-staged": "^8.1.0",
|
35
|
"lodash": "^4.16.6",
|
36
|
"minimist": "^1.2.0",
|
37
|
"mocha": "^3.5.3",
|
38
|
"mocha-parallel-executor": "^0.3.0",
|
39
|
"mocha.parallel": "^0.15.3",
|
40
|
"prettier": "^1.15.2",
|
41
|
"require-dir": "^0.3.0",
|
42
|
"run-sequence": "^1.2.2"
|
43
|
},
|
44
|
"lint-staged": {
|
45
|
"*.{js,ts}": [
|
46
|
"prettier --write",
|
47
|
"git add"
|
48
|
]
|
49
|
},
|
50
|
"prettier": {
|
51
|
"printWidth": 100,
|
52
|
"singleQuote": true
|
53
|
},
|
54
|
"browser": "async.min.js"
|
55
|
}
|