UNPKG

1.33 kBJSONView Raw
1{
2 "author": {
3 "name": "Novation Mobile"
4 },
5 "name": "novation-mobile",
6 "description": "A configured server for node",
7 "version": "0.5.1",
8 "repository": {
9 "url": "https://github.com/chapinkapa/novation-mobile/",
10 "type": "git"
11 },
12 "keywords": [
13 "framework"
14 ],
15 "license": "MIT",
16 "licenses": {
17 "type": "MIT",
18 "url": "https://github.com/chapinkapa/novation-mobile/blob/master/LICENSE"
19 },
20 "main": "./lib/server",
21 "scripts": {
22 "test": "grunt test"
23 },
24 "bugs": {
25 "url": "https://github.com/chapinkapa/novation-mobile/issues"
26 },
27 "dependencies": {
28 "basic-auth-connect": "1.0.x",
29 "body-parser": "1.2.x",
30 "cli-color": "0.3.x",
31 "connect": "^3.0.0-rc.2",
32 "connect-redis": "2.1.x",
33 "cookie": "0.1.x",
34 "cookie-parser": "1.1.x",
35 "cookie-signature": "1.0.x",
36 "errorhandler": "1.0.x",
37 "express": "4.3.x",
38 "express-session": "1.2.x",
39 "indexof": "0.0.x",
40 "method-override": "1.0.x",
41 "mongoose": "3.8.x",
42 "q": "^1.1.2",
43 "redis": "0.10.x",
44 "redis-logger": "*",
45 "serve-favicon": "2.0.x",
46 "socket.io": "1.2.x",
47 "socket.io-online-users": "*",
48 "socket.io-redis": "0.1.x"
49 },
50 "devDependencies": {
51 "chai": "^1.9.1",
52 "grunt": "^0.4.5",
53 "grunt-simple-mocha": "^0.4.0",
54 "mocha": "^1.21.4"
55 }
56}