-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
42 lines (42 loc) · 1.1 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
{
"name" : "heatwave",
"version": "0.0.0-2",
"scripts": {
"start": "server.js"
},
"subdomain": "heatwave",
"description" : "realtime code coverage heatmaps in the browser",
"bin" : {
"heatwave" : "server.js"
},
"directories" : {
"lib" : ".",
"example" : "example",
"test" : "test"
},
"dependencies" : {
"express" : "2.4.x",
"ejs" : "0.4.x",
"strftime" : "0.4.x",
"heatmap": "https://github.com/downloads/jesusabdullah/node-heatmap/node-heatmap.tgz",
"stackedy" : ">=0.0.6 <0.1",
"bunker" : ">=0.1.1 <0.2",
"hat" : ">=0.0.3 <0.1",
"seq" : ">=0.3.x",
"mkdirp" : ">=0.0.6 <0.1",
"browserify" : "1.4.x",
"jquery-browserify" : "1.6.x",
"jquery-mousewheel" : "3.0.4",
"http-browserify" : "0.0.x",
"uglify-js" : ">=1.0.7 <1.1",
"optimist" : ">=0.2.6",
"formidable" : ">=1.0.2"
},
"keywords" : [
"heatmap",
"code",
"coverage",
"browser"
],
"engine" : { "node" : ">=0.4" }
}