-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 803 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 803 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
{
"name": "upmovie",
"version": "1.0.0",
"description": "dilushadasanayaka@gmail.com Dilusha Dasanayaka dasaCoder IA4",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dasaCoder/upMovie.git"
},
"author": "dasaCoder",
"license": "ISC",
"bugs": {
"url": "https://github.com/dasaCoder/upMovie/issues"
},
"homepage": "https://github.com/dasaCoder/upMovie#readme",
"dependencies": {
"async": "^2.6.0",
"axios": "^0.18.0",
"express": "^4.16.3",
"node-fetch": "^2.1.2",
"node-schedule": "^1.3.0",
"nodemon": "^1.17.4",
"request": "^2.86.0",
"request-promise": "^4.2.2",
"twitter": "^1.7.1"
}
}