-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 771 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 771 Bytes
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
{
"name": "kittyballs-web",
"description": "Move balls around your kitty",
"author": "",
"version": "0.0.1",
"private": "true",
"engines": {
"node": "0.8.x",
"npm": "1.2.x"
},
"dependencies": {
"async": "*",
"bootstrap": "git+https://github.com/twitter/bootstrap.git#v2.3.0",
"bcrypt": "*",
"coffee-script": "*",
"connect-redis": "*",
"commander": "*",
"express": "*",
"express-form": "0.8.x",
"jade": "*",
"less-middleware": "*",
"mongoose": "*",
"mongoose-lifecycle": "*",
"node-uuid": "*",
"opentok": "*",
"passport": "*",
"passport-local": "*",
"redis": "*",
"singleconfig": "*",
"socket.io": "*",
"uuid": "*"
},
"devDependencies": {
"node-dev": "*"
}
}