-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 725 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 725 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
{
"name": "CollabCoding",
"version": "0.0.1",
"description": "Collaborated Coding",
"main": "index.js",
"scripts": {
"test": "nodeunit tests.coffee"
},
"repository": {
"type": "git",
"url": "https://github.com/hatpick/CollabCoding.git"
},
"keywords": [
"Collaborate"
],
"author": "hatpick <hatpick@gmail.com>",
"license": "MIT",
"dependencies": {
"share": "*",
"ot": "0.0.10",
"connect": "~1",
"express": "3.x",
"jade": "*",
"stylus": "*",
"bcrypt": ">= 0.5.0",
"mongodb": ">= 0.1.0",
"moment" : ">=1.6.2",
"emailjs": ">= 0.2.9",
"now": "*",
"mongoose": "*",
"hat": ">=0.0.3",
"opentok" : "*"
}
}