-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.04 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.04 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
{
"name": "terremotibot",
"version": "2.9.0",
"description": "TerremotiBot",
"private": true,
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "node index.js | bistre",
"lint": "eslint lib",
"test": "istanbul cover ./node_modules/mocha/bin/_mocha -- --opts ./mocha.opts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/botfactoryit/terremotibot.git"
},
"homepage": "https://terremotibot.it",
"author": "Matteo Contrini <matteo@contrini.it>",
"license": "MIT",
"dependencies": {
"async": "^2.6.4",
"bole": "^3.0.2",
"fb": "^2.0.0",
"gm": "^1.25.0",
"handlebars": "^4.0.6",
"moment-timezone": "^0.5.9",
"mongojs": "^2.6.0",
"node-emoji": "^1.5.0",
"raw-body": "^2.1.7",
"request": "^2.88.2",
"staticmapjs": "^1.0.0",
"twit": "^2.2.11",
"xml2js": "^0.4.17"
},
"devDependencies": {
"bistre": "^1.0.1",
"eslint": "^3.10.0",
"expect": "^1.20.2",
"istanbul": "^0.4.5",
"mocha": "^3.5.3",
"nock": "^9.6.1"
}
}