forked from gijs/dashku
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.4 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
{
"name" : "Dashku",
"description" : "Realtime dashboards and widgets built with HTML, CSS, and JavaScript",
"version" : "0.0.1",
"author" : "Anephenix <[email protected]> (http://anephenix.com)",
"contributors" : [
"Nick Niemeir <[email protected]> (http://nrn.io)",
"Stuart Quin (https://github.com/stuartquin)",
"Joe Passavanti <[email protected]>"
],
"private" : true,
"engines" : { "node": ">= 0.6.0" },
"dependencies" : {
"bcrypt" : "0.6.0",
"coffee-script" : "latest",
"connect-route" : "0.1.3",
"marked" : "latest",
"mongoose" : "2.9.6",
"nodemailer" : "latest",
"node-uuid" : "latest",
"options" : "latest",
"redis" : "latest",
"request" : "latest",
"socketstream" : "git://github.com/socketstream/socketstream.git",
"ss-coffee" : "0.1.x",
"ss-engine.io" : "0.1.1",
"ss-hogan" : "0.1.x",
"ss-jade" : "0.1.x",
"ss-stylus" : "0.1.x",
"underscore" : "latest"
},
"devDependencies" : {
"cucumber" : "latest",
"gently" : "latest",
"mocha" : "latest",
"selenium-launcher" : "latest",
"soda" : "latest"
},
"scripts": {
"start":"./node_modules/coffee-script/bin/coffee app.coffee",
"test":"./node_modules/coffee-script/bin/cake test"
}
}