-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 767 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 767 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
{
"name": "async-patterns-in-javascript",
"version": "1.0.0",
"description": "exploring asynchronous patterns in javascript",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/annabkr/async-patterns-in-javascript.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/annabkr/async-patterns-in-javascript/issues"
},
"homepage": "https://github.com/annabkr/async-patterns-in-javascript#readme",
"dependencies": {
"node-fetch": "^2.6.1",
"random-number": "^0.0.9",
"request": "^2.88.2"
},
"devDependencies": {
"eslint": "^7.28.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4"
}
}