-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.09 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
40
{
"name": "simple-xml-scrapper",
"version": "0.1.3",
"repository": {
"type": "git",
"url": "[email protected]:hectorleiva/simple-xml-scraper.git"
},
"description": "Specify the sitemap index and download the xml information locally or on a node.js server.",
"main": "app.js",
"scripts": {
"test": "make test",
"test-without-sitemap": "make test-without-sitemap",
"test-with-sitemap": "make test-with-sitemap"
},
"keywords": [
"xml-scrapper",
"simple-xml-scrapper"
],
"author": "Hector Leiva <[email protected]> (http://hectorleiva.com)",
"license": "ISC",
"dependencies": {
"cron-parser": "^0.6.1",
"minimist": "^1.1.0",
"node-schedule": "^0.2.6",
"path": "^0.11.14",
"q": "^1.2.0",
"simplecrawler": "^0.5.2",
"url-validator": "^2.0.3",
"xml-stream": "^0.4.5"
},
"devDependencies": {
"chai": "^2.3.0",
"chai-as-promised": "^5.0.0",
"mocha": "^2.2.4"
},
"bugs": {
"url": "https://github.com/hectorleiva/simple-xml-scraper/issues"
},
"homepage": "https://github.com/hectorleiva/simple-xml-scraper"
}