-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 730 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 730 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
{
"name": "searchBot",
"version": "0.0.0",
"description": "A bot to follow searches for new items",
"main": "searchbot.js",
"dependencies": {
"cheerio": "^0.19.0",
"codecov.io": "^0.1.4",
"iconv-lite": "^0.4.7",
"log2out": "0.0.6",
"mongoose": "^4.0.2",
"nodemailer": "^1.3.2",
"q": "^1.4.1",
"request": "^2.55.0"
},
"devDependencies": {
"chai": "^2.2.0",
"sinon": "^1.14.1"
},
"scripts": {
"test": "mocha ./test --ui tdd"
},
"repository": {
"type": "git",
"url": "https://github.com/FerCa/searchBot.git"
},
"author": "FerCa",
"bugs": {
"url": "https://github.com/FerCa/searchBot/issues"
},
"homepage": "https://github.com/FerCa/searchBot"
}