This repository has been archived by the owner on Nov 10, 2020. It is now read-only.
forked from One-com/livestyle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.58 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"contributors": [
{
"name": "Peter Müller",
"email": "[email protected]"
},
{
"name": "Andreas Lind",
"email": "[email protected]"
},
{
"name": "Gustav Nikolaj Olsen",
"email": "[email protected]"
}
],
"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": "2.0.3",
"homepage": "https://github.com/One-com/livestyle",
"repository": {
"type": "git",
"url": "git://github.com/One-com/livestyle.git"
},
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"errorhandler": "1.4.2",
"express": "4.13.3",
"express-autoprefixer": "4.0.3",
"express-compile-sass": "^3.0.4",
"express-compiless": "3.0.4",
"express-jsxtransform": "4.0.2",
"express-processimage": "3.0.3",
"hijackresponse": "1.0.1",
"morgan": "1.6.1",
"optimist": "0.6.1",
"request": "2.9.3",
"socket.io": "2.0.4",
"socket.io-client": "2.0.4"
},
"directories": {
"bin": "./bin"
},
"main": ".lib/createLiveStyleApp",
"devDependencies": {
"autoprefixer": "5.2.0",
"mocha": "2.2.5",
"node-sass": "^3.2.0",
"postcss": "4.1.16",
"react-tools": "0.13.3",
"unexpected": "9.5.0",
"unexpected-express": "7.7.0"
},
"scripts": {
"test": "mocha",
"travis": "mocha -R spec"
},
"files": [
"livestyle-client.js",
"css.js",
"less.js",
"lib",
"bin"
],
"preferGlobal": true,
"license": "BSD-3-Clause"
}