-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 985 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 985 Bytes
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
{
"name": "@coffee-toolbox/parallel",
"version": "1.1.0",
"description": "Run promise in parallel",
"main": "Parallel.coffee",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coffee-toolbox/parallel.git"
},
"keywords": [
"promise",
"parallel"
],
"author": "James Ruan <ruanbeihong@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/coffee-toolbox/parallel/issues"
},
"homepage": "https://github.com/coffee-toolbox/parallel#readme",
"dependencies": {
"@coffee-toolbox/eventemitter": "git+https://github.com/coffee-toolbox/eventemitter.git",
"@coffee-toolbox/logger": "git+https://github.com/coffee-toolbox/logger.git"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"coffee-loader": "https://github.com/webpack-contrib/coffee-loader.git",
"coffeescript": "^2.0.1"
}
}