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{
"name": "spectacle-sync",
"version": "1.2.0",
"description": "💁 Present Spectacle presentations synchronised on multiple devices",
"main": "lib/index.js",
"files": [
"server.js",
"server",
"src",
"lib",
"README.md",
"CODE_OF_CONDUCT.md"
],
"scripts": {
"build": "babel src -d lib",
"prepublish": "yarn run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/philpl/spectacle-sync.git"
},
"author": "Phil Plückthun <phil@plckthn.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/philpl/spectacle-sync/issues"
},
"dependencies": {
"emotion": "^8.0.12",
"mitt": "^1.1.3",
"react-emotion": "^8.0.12",
"simple-peer": "^8.2.0",
"socket.io-client": "^2.0.4"
},
"peerDependencies": {
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"spectacle": "^4.0.4"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-plugin-emotion": "^8.0.12",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"spectacle": "^4.0.4"
}
}