-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.05 KB
/
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": "instagram-searchtags",
"version": "2.1.0",
"description": "Instagram scraper searching tags",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel -d dist/ src/",
"prepublish": "npm run build"
},
"keywords": [
"instagram",
"tags",
"hashtags",
"search",
"searchTags",
"explore",
"explore/tags",
"hash"
],
"author": "Ferry Brouwer <ferry.brouwer@gmail.com>",
"license": "ISC",
"dependencies": {
"debug": "^2.6.3",
"phantom": "^4.0.1",
"phantomjs-prebuilt": "^2.1.14",
"promisify-node": "^0.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ferrybrouwer/instagram-searchtags"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-plugin-transform-async-to-generator": "^6.22.0",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
"babel-preset-es2016": "^6.22.0",
"babel-preset-node6": "^11.0.0"
}
}