-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 965 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 965 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
32
33
34
35
36
37
38
39
40
41
{
"name": "instalytics",
"version": "3.1.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node scripts/install-stats.js || exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/preethamvishy/instalytics.git"
},
"author": "Preetham Viswanathan",
"license": "MIT",
"bugs": {
"url": "https://github.com/preethamvishy/instalytics/issues"
},
"homepage": "https://github.com/preethamvishy/instalytics#readme",
"dependencies": {
"cookie": "^0.3.1",
"install": "^0.11.0",
"instapro": "^3.0.1",
"sleep": "^5.1.1"
},
"keywords": [
"instagram",
"instagram-api",
"instagram-analytics",
"instagram-stats",
"stats",
"analytics",
"statistics",
"ig",
"instagram analytics",
"instagram stats",
"instagram statistics",
"instagram profile",
"instagram-profile"
]
}