-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (32 loc) · 940 Bytes
/
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
{
"name" : "Writeboard",
"description" : "Collaborative Whiteboard",
"version" : "0.0.1",
"homepage" : "writeboard.me",
"author" : "Guilherme J. Tramontina <[email protected]> (about.me/gtramontina)",
"repository" : {
"type" : "git",
"url" : "github.com/gtramontina/writeboard.it.git"
},
"scripts" : {
"test" : "jake test:unit",
"start" : "jake run"
},
"engines" : {
"node" : ">=0.4.8"
},
"dependencies" : {
"coffee-script" : ">=1.1.1",
"express" : ">=2.3.7",
"now" : ">=0.7.0",
"jade" : ">=0.11.0",
"stylus" : ">=0.13.0",
"nib" : ">=0.0.7",
"couch-client" : ">=0.0.4"
},
"devDependencies" : {
"jessie" : ">=0.3.7",
"jake" : ">=0.1.12",
"soda" : ">=0.2.4"
}
}