-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 972 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 972 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
33
34
35
36
37
{
"name": "ver.bot-notify",
"version": "0.0.1",
"description": "Ver.bot-notify notify part",
"main": "bot.js",
"scripts": {
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RPing/Ver.bot-notify.git"
},
"author": "RPing (Stephen Chen) <g1222888@gmail.com>",
"license": "AGPL v3",
"bugs": {
"url": "https://github.com/RPing/Ver.bot-notify/issues"
},
"homepage": "https://github.com/RPing/Ver.bot-notify#readme",
"dependencies": {
"async": "^2.5.0",
"feedparser": "^2.2.1",
"lodash.isequal": "^4.5.0",
"lodash.uniqwith": "^4.5.0",
"npm-registry-client": "^8.5.0",
"request": "^2.82.0",
"requestretry": "^1.12.2"
},
"optionalDependencies": {
"aws-sdk": "^2.72.0"
},
"devDependencies": {
"eslint": "^4.9.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.7.0"
}
}