-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 804 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 804 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
{
"name": "omxplayer-sync",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "mocha test/"
},
"author": "Ian Heisters",
"license": "MIT",
"dependencies": {
"browserify-css": "^0.7.1",
"browserify-middleware": "^7.0.0",
"dbus-native": "^0.2.0",
"debug": "^2.2.0",
"express": "^4.13.3",
"font-awesome": "^4.4.0",
"husl": "^6.0.1",
"jquery": "^2.1.4",
"merge": "^1.2.0",
"multicast-dns": "^3.0.0",
"node-uuid": "^1.4.3",
"normalize.css": "^3.0.3",
"omxdirector": "heisters/omxdirector",
"osc": "heisters/osc.js#specify-timetag-time",
"socket.io": "^1.3.6",
"socket.io-client": "^1.3.6",
"winston": "^1.0.1"
},
"devDependencies": {
"mocha": "^2.2.5",
"sinon": "^1.16.0"
}
}