-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1012 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
40
41
{
"name": "instagramphotodownload",
"version": "1.0.0",
"description": "Enter the User name to download instagram unlimited photos and videos from public instagram account",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"keywords": [
"profilepicture",
"download",
"instagram",
"media",
"photos",
"instagram photos"
],
"author": "Kumar Shubham",
"license": "ISC",
"dependencies": {
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"cheerio": "^1.0.0-rc.3",
"dotenv": "^8.2.0",
"ejs": "^3.0.2",
"express": "^4.17.1",
"nodemon": "^2.0.2",
"request": "^2.88.2"
},
"bin": {
"instagramphotodownload": "appV1.js"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/shubham1898/InstagramDownloader.git"
},
"bugs": {
"url": "https://github.com/shubham1898/InstagramDownloader/issues"
},
"homepage": "https://github.com/shubham1898/InstagramDownloader#readme"
}