-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.23 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
41
42
43
44
45
46
47
48
49
50
{
"name": "drupal-nodejs-sitemap",
"version": "1.0.0",
"description": "Sitemap crawler for Drupal",
"main": "sitemap.js",
"scripts": {
"pretest": "eslint index.js --fix",
"start": "node_modules/.bin/gulp",
"fetch-sitemap": "node src/cli.js",
"debug-sitemap": "node --inspect-brk src/cli.js",
"postinstall": "node_modules/.bin/bower install && node_modules/.bin/gulp install"
},
"keywords": [
"drupal",
"sitemap",
"crawler"
],
"author": "Kyle Taylor",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.26.3",
"gulp": "^4",
"gulp-concat": "^2.6.0",
"gulp-live-server": "0.0.31",
"gulp-sass": "^4.0.2",
"node-sass": "^4.12.0",
"reload": "^2.4.0",
"wappalyzer": "^5.8.2"
},
"dependencies": {
"body-parser": "^1.18.3",
"bower": "^1.8.4",
"cheerio": "latest",
"cli-progress": "latest",
"ejs": "^2.6.1",
"express": "^4.16.3",
"express-alias": "^0.4.0",
"http": "0.0.0",
"jsonfile": "latest",
"meta-extractor": "latest",
"morgan": "^1.9.1",
"node-fetch": "latest",
"path": "latest",
"promise-limit": "^2.7.0",
"prompt": "latest",
"sitemapper": "latest",
"url": "latest",
"yargs": "^15.0.2"
}
}