-
Notifications
You must be signed in to change notification settings - Fork 83
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 770 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 770 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
{
"name": "Dashku",
"description": "Realtime dashboards and widgets built with HTML, CSS, and JavaScript",
"version": "0.0.1",
"author": "Anephenix <paul@anephenix.com>",
"private": true,
"engines": { "node": ">= 0.6.0" },
"dependencies": {
"socketstream": "0.3.1",
"ss-coffee": "0.1.x",
"ss-jade": "0.1.x",
"ss-stylus": "0.1.x",
"ss-hogan": "0.1.x",
"bcrypt": "0.5.0",
"mongoose":"2.5.0",
"node-uuid":"latest",
"underscore":"latest",
"request":"latest",
"redis":"latest",
"connect":"= 2.0.3",
"connect-route":"latest",
"nodemailer": "latest",
"marked":"latest"
},
"devDependencies":{
"selenium-launcher":"latest",
"soda":"latest",
"cucumber":"latest",
"mocha":"latest"
}
}