-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
39 lines (39 loc) · 1.06 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
{
"name": "tinder-web-scraper",
"version": "1.0.0",
"description": "An image scraper for the web version of Tinder",
"main": "index.js",
"scripts": {
"start": "node ./index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaafarskafi1/tinder-web-scraper.git"
},
"author": "Jeff Skafi",
"license": "MIT",
"bugs": {
"url": "https://github.com/jaafarskafi1/tinder-web-scraper/issues"
},
"homepage": "https://github.com/jaafarskafi1/tinder-web-scraper#readme",
"dependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.24.1",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"celery-man": "0.0.2",
"cors": "^2.8.4",
"express": "^4.16.2",
"fs-extra": "^4.0.2",
"nodemon": "^1.12.1",
"path": "^0.12.7",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"selenium-webdriver": "^3.6.0"
}
}