-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·82 lines (82 loc) · 2.81 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "ohmyrpg",
"description": "various web techs tests",
"author": "Offirmo <offirmo.net@gmail.com>",
"version": "0.0.1",
"private": true,
"scripts": {
"i": "npm install --global grunt-cli bower yo generator-famous npm-check-updates serve npm-pkgr; bower prune; bower install; bower update; npm-pkgr",
"s": "nodemon server/server.js",
"start": "node server/server.js"
},
"main": "server/server.js",
"dependencies": {
"amdefine": "latest",
"async": "latest",
"backbone": "latest",
"body-parser": "latest",
"clarify": "latest",
"colors": "latest",
"connect-no-www": "latest",
"consolidate": "latest",
"cookie-parser": "latest",
"domain-middleware": "latest",
"dustjs-linkedin": "latest",
"edit-google-spreadsheet": "latest",
"ejs": "latest",
"ent": "latest",
"errorhandler": "latest",
"express": "~4",
"express-debug": "latest",
"express-livereload": "latest",
"express-slash": "latest",
"finished": "latest",
"forky": "latest",
"hapi": "latest",
"iconv-lite": "latest",
"jschardet": "latest",
"json-stringify-safe": "latest",
"locale": "latest",
"localStorage": "latest",
"locus": "latest",
"lodash": "latest",
"longjohn": "latest",
"method-override": "latest",
"moment": "latest",
"morgan": "latest",
"nconf": "latest",
"node-mandrill": "latest",
"node-schedule": "latest",
"prettyjson": "latest",
"progress": "latest",
"proxyquire": "latest",
"response-time": "latest",
"serve-favicon": "latest",
"socket.io": "latest",
"store": "latest",
"trace": "~0",
"underscore": "latest",
"usage": "latest",
"when": "latest",
"winston": "latest"
},
"devDependencies": {
"chai": "latest",
"chai-as-promised": "latest",
"chai-backbone": "latest",
"chai-interface": "latest",
"mocha": "latest",
"nodemon": "latest",
"sinon-chai": "latest"
},
"commentedOut": {
"backbone-associations": "latest",
"jquery": "latest"
},
"custom": {
"base-objects": "latest",
"extended-exceptions": "latest",
"network-constants": "latest",
"restlink": "latest"
}
}