-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 786 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 786 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
{
"name": "programming-contests-api",
"version": "1.0.0",
"description": "An API listing programming contests across multiple platforms",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/nishanthvijayan/programming-contests-api.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nishanthvijayan/programming-contests-api/issues"
},
"homepage": "https://github.com/nishanthvijayan/programming-contests-api#readme",
"dependencies": {
"aws-sdk": "^2.809.0",
"axios": "^0.19.0",
"cheerio": "^1.0.0-rc.2"
},
"devDependencies": {
"eslint": "^5.3.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"mocha": "^3.4.2"
}
}