-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
46 lines (46 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "generator-async",
"description": "Generator-based asynchronous control flow for Node.js",
"version": "0.1.6",
"scripts": {
"test": "mocha --harmony -u tdd test/unit && jscs lib && jshint lib"
},
"devDependencies": {
"es6-promise": "*",
"glob": "4.3.5",
"jscs": "1.10.0",
"jsdom": "3.1.0",
"jshint": "^2.6.0",
"mkdirp": "0.5.0",
"mocha": "2.1.0",
"mongodb": "1.4.29",
"mongoose": "3.8.22",
"redis": "0.12.1",
"request": "2.51.0",
"rimraf": "2.2.8",
"superagent": "0.21.0",
"mocha": "2.4.5"
},
"dependencies": {
"esprima": "2.7.2",
"jsonpath": "0.2.2",
"module-async-mapper": "0.1.3",
"methods": "1.1.1",
"async": "0.9.0",
"package-path": "https://github.com/azer/package-path/archive/d1a59dcb5ce33ea9891a4a5dbf6e2397b0c39df7.tar.gz",
"semver": "4.2.0",
"callsite": "1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/dchester/generator-async"
},
"keywords": [
"async",
"flow-control",
"generator",
"parallel",
"sync",
"asynchronous"
]
}