-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·35 lines (35 loc) · 873 Bytes
/
package.json
File metadata and controls
executable file
·35 lines (35 loc) · 873 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
{
"name": "seoserver",
"version": "0.0.1",
"main": "src/seoserver",
"bin": {
"seoserver": "./bin/seoserver.js"
},
"dependencies": {
"commander": "~1.0.2",
"forever-monitor": "~1.1.0",
"express": "latest",
"memcached": "0.1.5",
"node-logentries": "0.0.2",
"jquery": "3.0.0",
"underscore": "1.4.4",
"mkdirp": "^0.5.0",
"path": "^0.4.9"
},
"description": "Seo Server is a command line tool a nodejs server that allows Crawlers or Bots to crawl your heavily Javascript built websites.",
"repository": {
"type": "git",
"url": "https://github.com/krunalg/seo-server"
},
"bugs": {
"url": "https://github.com/krunalg/seo-server/issues"
},
"homepage": "https://github.com/krunalg/seo-server",
"keywords": [
"seo-server",
"seo",
"phantomjs",
"nodejs"
],
"author": "Krunal Goswami"
}