forked from LXJS/lxjs-site-2012
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 958 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
40
41
42
43
44
45
46
{
"name": "lxjs",
"version": "0.5.7",
"private": true,
"dependencies": {
"http-server": "*",
"blacksmith": "0.0.x"
},
"scripts": {
"start": "bin/server.js"
},
"main": "bin/server.js",
"domains": [
"lxjs.org",
"www.lxjs.org",
"2012.lxjs.org"
],
"engines": {
"node": "0.6.x"
},
"subdomain": "lxjs",
"repository": {
"type": "git",
"url": "git://github.com/pgte/lxjs.git"
},
"env": {
"SUBDOMAIN": "lxjs",
"NODE_ENV": "production"
},
"author": "Tiago Rodrigues <[email protected]> (http://lxjs.org)",
"description": "lxjs website",
"homepage": "http://lxjs.org",
"devDependencies": {},
"databases": {},
"ctime": 1334561463195,
"mtime": 1334561476217,
"last": null,
"running": {
"id": "0.5.4-10",
"ctime": 1334561466783,
"md5": "dcbb9885b98a349405b308113e695187",
"filename": "lxjs-lxjs-0.5.4-10.tgz",
"active": false,
"running": false
}
}