-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (46 loc) · 1.01 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
51
{
"name": "googlee",
"version": "0.0.1",
"description": "Make one page applications crawlable",
"keywords": [
"seo",
"googlee",
"crawlable",
"one",
"single",
"page",
"index",
"google",
"bot",
"crawler"
],
"main" : "./index.js",
"directories" : {
"lib" : "./lib"
},
"bin": {
"googlee": "./bin/googlee"
},
"dependencies" : {
"underscore": "1.4.4",
"q": "0.9.4",
"lru-cache": "2.3.0",
"zombie": "git+https://github.com/FriendCode/zombie-build.git",
"restify": "2.3.2",
"commander": "1.1.1"
},
"engines" : {
"node" : "0.8.x"
},
"engineStrict": true,
"author" : {
"name" : "Aaron O'Mullan",
"email" : "[email protected]",
"url" : "http://friendco.de"
},
"maintainer" : [
"Aaron O'Mullan <[email protected]>"
],
"author": "Aaron O'Mullan",
"license": "BSD"
}