-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.27 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
{
"name": "mirror-tunnel",
"version": "0.1.0",
"description": "HTC Mirror Tunnel application for an installation at the following festivals: Love Box, Wilderness",
"main": "app.htc-server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/theworkers/HTC-Mirror-Tunnel"
},
"author": "rc1",
"license": "MIT",
"bugs": {
"url": "https://github.com/theworkers/HTC-Mirror-Tunnel/issues"
},
"homepage": "https://github.com/theworkers/HTC-Mirror-Tunnel",
"dependencies": {
"express": "^4.13.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-babel": "^5.1.0",
"gulp-concat": "^2.6.0",
"gulp-less": "^3.0.3",
"gulp-livereload": "^3.8.0",
"gulp-plumber": "^1.0.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"http-proxy": "^1.11.1",
"jade": "^1.11.0",
"less": "^2.5.1",
"markdown": "^0.5.0",
"orchestrator": "^0.3.7",
"redis": "^0.12.1",
"serve-static": "^1.10.0",
"tiny-lr": "^0.1.6",
"w-js": "^4.42.1",
"ws": "^0.7.2"
},
"optionalDependencies": {
"piface-node": "git://github.com/h0ru5/piface-node.git#566ae2810ebe9db0e68795616e85608697851092"
}
}