forked from meatspaces/meatspace-chat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.06 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
{
"name": "meatspace-chat",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/meatspaces/meatspace-chat.git"
},
"private": true,
"engines": {
"node": ">= 0.10.x",
"npm": "1.2.x"
},
"scripts": {
"build": "grunt",
"test": "grunt travis",
"start": "nodemon app.js"
},
"dependencies": {
"client-sessions": ">= 0.3.1",
"connect": ">= 2.7.6",
"express": ">= 3.2.0",
"jade": ">= 0.29.0",
"nconf": ">= 0.6.7",
"meatspace-publico": "0.0.7",
"gravatar": "1.0.6",
"socket.io": ">= 0.9.16",
"crypto": "0.0.3",
"level": ">= 0.10.0",
"hood": ">= 0.1.0"
},
"devDependencies": {
"grunt": ">= 0.4.x",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": ">= 0.1.2",
"grunt-contrib-requirejs": ">= 0.4.0",
"grunt-contrib-cssmin": ">= 0.4.1",
"grunt-contrib-nodeunit": ">= 0.2.2",
"grunt-contrib-jshint": "~0.7.0",
"amdefine": "~0.1.0",
"nodemon": "*",
"bower": ">= 1.2.7",
"grunt-contrib-watch": "~0.5.3",
"jsdom": "~0.8.8"
}
}