-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
39 lines (39 loc) · 921 Bytes
/
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
{
"name": "popular-movies",
"version": "0.1.0",
"description": "A library to help determine what movies to watch",
"main": "index.js",
"scripts": {
"test": "./bin/test",
"deploy": "./bin/deploy.js"
},
"repository": {
"type": "git",
"url": "https://github.com/sjlu/popular-movies.git"
},
"keywords": [
"movies"
],
"author": "Steven Lu <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/sjlu/popular-movies/issues"
},
"homepage": "https://github.com/sjlu/popular-movies",
"devDependencies": {
"eslint": "^8.30.0",
"eslint-config-standard": "^17.0.0",
"json2csv": "^5.0.7",
"mocha": "^10.2.0",
"must": "^0.13.4"
},
"dependencies": {
"aws-sdk": "^2.1282.0",
"bluebird": "^3.7.2",
"cheerio": "^1.0.0-rc.12",
"dotenv": "^16.0.3",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"request": "^2.88.2"
}
}