-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
53 lines (53 loc) · 1.29 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
{
"name": "multicast",
"version": "2.1.5",
"description": "Service for persisting a session indefinitely across multiple Chromecast devices.",
"main": "index.js",
"scripts": {
"prepublishOnly": "gulp",
"build": "gulp",
"start": "node .",
"test": "echo \"No tests configured\" && exit 0"
},
"bin": {
"multicast": "index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/superhawk610/multicast.git"
},
"keywords": [
"chrome",
"chromecast",
"multiple",
"screens",
"persist"
],
"author": "Aaron Ross <[email protected]> (https://github.com/superhawk610)",
"license": "ISC",
"bugs": {
"url": "https://github.com/superhawk610/multicast/issues"
},
"homepage": "https://github.com/superhawk610/multicast#readme",
"dependencies": {
"bluebird": "^3.5.0",
"body-parser": "^1.18.2",
"bowser": "1.0.0",
"castv2": "^0.1.9",
"cors": "^2.8.4",
"express": "^4.16.1",
"font-awesome": "^4.7.0",
"jquery": "^3.2.1",
"mdns": "^2.4.0",
"mongoose": "^5.3.11",
"pug": "^2.0.0-rc.4",
"socket.io": "^2.0.3",
"spectre.css": "^0.4.3"
},
"devDependencies": {
"gulp": "^4.0.0",
"gulp-clean-css": "^3.10.0",
"gulp-uglify-es": "^1.0.4",
"prettier": "^1.15.2"
}
}