-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
45 lines (45 loc) · 1015 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
{
"author": {
"name": "Julien Fontanet",
"email": "[email protected]",
"url": "http://vates.fr/"
},
"contributors": [
{
"name": "Martin Dobrev",
"email": "[email protected]"
}
],
"name": "xo-server",
"version": "0.1.0",
"homepage": "http://github.com/vatesfr/xo-server/",
"repository": {
"type": "git",
"url": "git://github.com/vatesfr/xo-server.git"
},
"main": "src/main.js",
"dependencies": {
"connect": ">=2.8.4",
"extendable": ">=0.0.3",
"hashy": ">=0.1.0",
"js-yaml": ">=2.1.0",
"q": ">=0.9.6",
"sync": ">=0.2.2",
"then-redis": ">=0.3.8",
"underscore": ">=1.5.2",
"validator": ">=1.2.1",
"ws": ">=0.4.27",
"xmlrpc": ">=1.1.0",
"knex": ">=0.4.11",
"mysql": ">=2.0.0-alpha9",
"bignumber": ">=1.1.0",
"ldapjs": ">=0.6.3",
"require-all": ">=0.0.3"
"superstack": "0.0.3"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}