-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 805 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 805 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
32
33
34
35
{
"name": "barkeep",
"version": "0.2.0",
"description": "Serve the contents of a directory and livereload those that change.",
"main": "index.js",
"bin": {
"barkeep": "./bin/barkeep"
},
"preferGlobal": true,
"author": "Jeremy Morrell <morrell.jeremy@gmail.com> (http://rathercurio.us/)",
"license": "MIT",
"keywords": [
"live",
"reload",
"livereload",
"server",
"static"
],
"homepage": "https://github.com/jmorrell/barkeep",
"repository": {
"type": "git",
"url": "https://github.com/jmorrell/barkeep.git"
},
"dependencies": {
"gaze": "~0.5.1",
"express": "~3.5.1",
"open": "0.0.4",
"cors": "~2.2.0",
"tamper": "~0.1.0",
"tiny-lr": "0.0.5",
"commander": "~2.2.0",
"address": "0.0.3",
"chalk": "~0.4.0"
}
}