forked from ArVan/node-listhub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 983 Bytes
/
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": "listhub",
"version": "1.0.1",
"description": "ListHub feed download and managment lib",
"keywords": [
"ListHub"
],
"homepage": "https://github.com/SocialObjects-Software/node-listhub",
"bugs": {
"email": "[email protected]",
"url": "https://github.com/SocialObjects-Software/node-listhub/issues"
},
"author": "SocialObjects Software <[email protected]>",
"dependencies": {
"async": "^0.9.0",
"cron": "~1.0.4",
"debug": "1.0.*",
"libxmljs": "^0.11.1",
"lockfile": "~1.0.0",
"lodash": "^2.4.1",
"mkpath": "~0.1.0",
"request": "^2.47.0",
"xml2js": "^0.4.4"
},
"main": "lib/ListHub.js",
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "git://github.com/SocialObjects-Software/node-listhub.git"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"_id": "[email protected]"
}