-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.01 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
{
"name": "chat",
"description": "Chat Application & Application Programming Interface",
"keywords": ["browser", "mobile", "detection", "user-agent", "express", "layout", "view routing", "desktop", "phone", "tablet", "tv", "bot", "responsive design"],
"author": "van Heemstra Systems ([email protected])",
"version": "1.0.0",
"main": "./server/server.js",
"private": false,
"engines": {"node": "*"},
"dependencies": {
"express": ">=3.0.0",
"express-partials": ">=0.1.1",
"express-redirect": ">=1.1.0",
"forever": ">=0.10.8",
"forever-monitor": ">=1.2.2",
"serveup": "~0.0.5",
"hem": "~0.1.8",
"es5-shimify": "~0.0.1",
"json2ify": "~0.0.1",
"jqueryify": "~0.0.1",
"spine": "~1.0.7",
"stylus": "~0.0.1",
"mocha": "~1.11.0",
"mysql": "2.x"
},
"devDependencies": {
"ejs": "*",
"mocha": "*",
"supertest": "*"
},
"scripts": {
"test": "mocha"
},
"repository": "git://github.com/wvanheemstra/chat"
}