-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.22 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
52
{
"name": "nko4-lozi",
"version": "0.0.0",
"description": "Battle LOZI",
"contributors": [
"Meo <arvernorix@gmail.com>",
"Chym <angelwing1001@gmail.com>"
],
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git@github.com:nko4/lozi.git"
},
"dependencies": {
"nko": "*",
"constants": "0.0.1",
"extend": "1.2.1",
"underscore": "1.5.2",
"async": "0.2.9",
"winston": "0.7.2",
"mongoose": "3.8.0",
"redis": "0.9.0",
"cookie": "0.1.0",
"connect": "2.11.0",
"connect-redis": "1.4.5",
"connect-flash": "0.1.1",
"express": "3.4.4",
"uinexpress": "0.0.5",
"less-middleware": "0.1.12",
"passport": "0.1.17",
"passport-facebook": "1.0.2",
"socket.io": "0.9.16"
},
"devDependencies": {
"matchdep": "0.3.0",
"mkdirp": "0.3.5",
"grunt": "0.4.1",
"grunt-mkdir": "0.1.1",
"grunt-contrib-requirejs": "0.4.1",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-copy": "0.4.1",
"grunt-contrib-jshint": "0.7.1",
"grunt-contrib-less": "0.8.1",
"bootstrap-amd": "git://github.com/arvernorix/bootstrap-amd.git#1.0.5"
},
"engines": {
"node": "0.10.x"
}
}