-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 750 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 750 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
{
"name": "datavis",
"private": true,
"scripts": {
"start": "node app"
},
"main": "app.js",
"version": "0.2.8",
"dependencies": {
"amdefine" : "~0.0.8",
"async" : "~0.2.9",
"backbone" : "~1.0.0",
"ejs" : "~0.8.4",
"express" : "~3.4.0",
"gzippo" : "~0.2.0",
"hiredis" : "~0.1.14",
"jquery" : "~1.8.3",
"less-middleware" : "~0.1.12",
"nodeunit" : "~0.8.1",
"optimist" : "~0.6.0",
"requirejs" : "~2.1.8",
"revalidator" : "~0.1.5",
"underscore" : "~1.5.2",
"web-cache" : "~0.0.3"
}
}