-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.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": "callbacks",
"version": "1.0.0",
"description": "The Callbacks",
"main": "server/index.js",
"scripts": {
"start": "node server/index.js",
"start:watch": "forever --watch --watchFolder ./app ./server/index.js --colors",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"body-parser": "^1.17.2",
"cheerio": "^1.0.0-rc.2",
"deepmerge": "^1.5.1",
"express": "^4.15.4",
"profanity-util": "^0.2.0",
"request": "^2.81.0",
"twitter": "^1.7.1",
"youtube-node": "^1.3.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RafahCSilva/the_callbacks_sky_scrape.git"
},
"author": "TheCallbacks",
"license": "ISC",
"bugs": {
"url": "https://github.com/RafahCSilva/the_callbacks_sky_scrape/issues"
},
"homepage": "https://github.com/RafahCSilva/the_callbacks_sky_scrape#readme",
"devDependencies": {
"async": "^2.5.0",
"cheerio": "^1.0.0-rc.2",
"forever": "^0.15.3",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"yarn": "^0.27.5"
}
}