forked from tryreeltime/tryreeltime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.57 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
{
"name": "ReelTime",
"version": "0.0.1",
"description": "Watch videos with your friends, in your underwear.",
"main": "server/index.js",
"scripts": {
"start": "node server/index.js",
"test": "./node_modules/jshint/bin/jshint ./server/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MomentousGeese/ReelTime.git"
},
"author": "Greg Roche, Robb Marsee, Ryan Hanzawa",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/MomentousGeese/ReelTime/issues"
},
"homepage": "https://github.com/MomentousGeese/ReelTime#readme",
"dependencies": {
"aws-sdk": "^2.4.10",
"body-parser": "^1.15.2",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"json": "^9.0.4",
"json-loader": "^0.5.4",
"net": "^1.0.2",
"peer": "^0.2.8",
"peerjs": "^0.3.14",
"react": "^15.2.1",
"react-copy-to-clipboard": "^4.2.2",
"react-dom": "^15.2.1",
"react-emoji": "^0.4.4",
"socket.io": "^1.4.8",
"socket.io-client": "^1.4.8",
"tls": "0.0.1",
"twilio": "^2.9.1",
"underscore": "^1.8.3",
"webrtc-adapter": "^1.4.0"
},
"devDependencies": {
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"brfs": "^1.4.3",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.11.1",
"eslint-plugin-jsx-a11y": "^1.5.5",
"eslint-plugin-react": "^5.2.2",
"jshint": "^2.9.2",
"json-loader": "^0.5.4",
"transform-loader": "^0.2.3",
"webpack": "^1.13.1"
}
}