-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.33 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
{
"name": "chat.js",
"version": "2.1.0",
"description": "chat.js",
"main": "app.js",
"scripts": {
"start": "grunt && coffee -w lib/server.coffee",
"test": "mocha test/lib/**/*.spec.coffee"
},
"repository": {
"type": "git",
"url": "https://github.com/xge/chat.js.git"
},
"author": "Hagen <spam@xgerdax.de>",
"license": "ISC",
"bugs": {
"url": "https://github.com/xge/chat.js/issues"
},
"homepage": "https://github.com/xge/chat.js",
"dependencies": {
"body-parser": "^1.11.0",
"bower": "^1.3.12",
"coffee-script": "^1.9.0",
"coffee-trace": "^1.4.0",
"compression": "^1.4.0",
"debug": "^2.1.1",
"express": "^4.11.2",
"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": "^3.1.0",
"moment": "^2.9.0",
"socket.io": "^1.3.2"
},
"devDependencies": {
"chai": "^1.10.0",
"grunt-karma": "^0.10.1",
"grunt-mocha": "^0.4.11",
"jasmine-core": "^2.2.0",
"karma-coffee-preprocessor": "^0.2.1",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"mocha": "^2.1.0",
"should": "^4.6.3"
}
}