-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.1 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.1 KB
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
{
"name": "LiveSlide",
"private": true,
"description": "Slideshow presentation online with WebRTC.",
"repository": "https://github.com/RTChat/LiveSlide",
"version": "0.0.1",
"scripts": {
"start": "node node_modules/rtchat/server.js --port 9003 --plugin imgur_upload"
},
"license": "AGPL-3.0",
"dependencies": {
"babel-core": "^6.7.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"clipboard": "^1.5.12",
"compression-webpack-plugin": "^0.3.1",
"css-loader": "^0.23.1",
"exports-loader": "^0.6.3",
"file-loader": "^0.8.5",
"hanson": "^1.1.1",
"hson-loader": "^1.0.0",
"imports-loader": "^0.6.5",
"jq-opentip": "github:thann/jq-opentip",
"jquery": "^2.2.1",
"jshint": "^2.9.1",
"jshint-loader": "^0.8.3",
"node-sass": "^3.4.2",
"protractor": "^3.3.0",
"protractor-console": "^2.0.1",
"rivets": "^0.8.1",
"rtchat": "github:rtchat/rtchat",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.0",
"underscore": "^1.8.3",
"url-loader": "^0.5.7",
"webpack": "^1.12.14"
},
"devDependencies": {}
}