forked from One-com/livestyle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.11 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
{
"contributors": [
{
"name": "Peter Müller",
"email": "munter@fumle.dk"
},
{
"name": "Andreas Lind Petersen",
"email": "andreas@one.com"
}
],
"name": "livestyle",
"description": "NodeJS middleware and binary for setting up a webserver that notifies the browser of CSS updates. Polling fallback for pure client side functionality.",
"version": "0.1.5",
"homepage": "https://github.com/One-com/livestyle",
"repository": {
"type": "git",
"url": "git://github.com/One-com/livestyle.git"
},
"engines": {
"node": ">= 0.4.0"
},
"dependencies": {
"express": "=2.5.11",
"express-compiless": "=0.0.10",
"express-hijackresponse": "=0.0.6",
"optimist": "=0.3.0",
"request": "=2.9.3",
"socket.io": "=0.9.4",
"socket.io-client": "=0.9.4"
},
"directories": {
"bin": "./bin"
},
"devDependencies": {
"vows": "= 0.6.1"
},
"scripts": {
"prepublish": "npm install && vows"
},
"preferGlobal": true
}