-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.03 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.03 KB
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
42
43
44
45
46
47
48
49
50
{
"name": "istalk",
"version": "1.0.6",
"description": "Don't pollute your browser history. Stalk instagram users from the command line!",
"main": "cli.js",
"bin": {
"stalk": "cli.js"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeDotJS/istalk.git"
},
"keywords": [
"stalk",
"instagram",
"user",
"username",
"biography",
"followers",
"following"
],
"dependencies": {
"chalk": "^2.0.1",
"fs-extra": "^4.0.0",
"got": "^6.3.0",
"log-update": "^2.0.0",
"ora": "^1.3.0",
"unicodechar-string": "^1.0.0",
"update-notifier": "^2.2.0"
},
"devDependencies": {
"ava": "^0.15.0",
"xo": "^0.16.0"
},
"xo": {
"esnext": true
},
"author": "Rishi Giri <rushforlinux@gmail.com> (http://rishigiri.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/CodeDotJS/istalk/issues"
},
"homepage": "https://github.com/CodeDotJS/istalk#readme"
}