forked from xge/chat.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.15 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
{
"name": "chat.js",
"version": "1.1.0",
"description": "chat.js",
"main": "app.js",
"scripts": {
"start": "grunt && coffee -w lib/server.coffee",
"test": "mocha test/**/*.spec.coffee"
},
"repository": {
"type": "git",
"url": "https://github.com/xge/chat.js.git"
},
"author": "Hagen <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/xge/chat.js/issues"
},
"homepage": "https://github.com/xge/chat.js",
"dependencies": {
"body-parser": "^1.10.1",
"bower": "^1.3.12",
"coffee-script": "^1.8.0",
"coffee-trace": "^1.4.0",
"compression": "^1.3.0",
"debug": "^2.1.1",
"express": "^4.11.0",
"grunt": "^0.4.5",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-coffee": "^0.12.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-less": "^1.0.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-html2js": "^0.3.0",
"load-grunt-tasks": "^2.0.0",
"moment": "^2.9.0",
"socket.io": "^1.2.1"
},
"devDependencies": {
"chai": "^1.10.0",
"grunt-mocha": "^0.4.11",
"mocha": "^2.1.0",
"should": "^4.6.0"
}
}