-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.96 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
58
59
60
61
62
63
64
65
{
"name": "presentation-engine",
"version": "1.0.0",
"description": "",
"main": "dist/server/index.js",
"scripts": {
"start": "forever --minUptime 1000 --spinSleepTime 1000 .",
"develop": "gulp",
"server": "node dist/server/index.js",
"postinstall": "node scripts/postinstall.js",
"presentation": "./dist/presentation/node_modules/.bin/electron ./dist/presentation/index.js",
"presentation:dev": "./dist/presentation/node_modules/.bin/electron ./dist/presentation/index.js --env=dev",
"google": "node scripts/import-google-slides.js"
},
"keywords": [],
"author": "Wouter Verweirder <[email protected]>",
"license": "MIT",
"devDependencies": {
"@shagstrom/split-pane": "^0.9.3",
"autoprefixer": "^6.5.1",
"babel-eslint": "^7.1.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"babelify": "^7.3.0",
"browser-es-module-loader": "^0.4.1",
"browserify": "^13.1.1",
"codemirror": "^5.20.2",
"eslint": "^3.9.1",
"font-awesome": "^4.7.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-combine-mq": "^0.4.0",
"gulp-cssnano": "^2.1.2",
"gulp-postcss": "^6.2.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^2.2.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"popper.js": "^1.12.5",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0",
"xterm": "^3.8.0"
},
"dependencies": {
"bean": "^1.0.15",
"body-parser": "^1.15.2",
"bootstrap": "4.0.0-beta",
"es6-promise": "^4.0.5",
"express": "^4.14.0",
"forever": "^0.15.3",
"fs-extra": "^4.0.2",
"google-auth-library": "^0.11.0",
"googleapis": "^22.1.0",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.1.1",
"jsonwebtoken": "^7.1.9",
"lodash": "^4.16.4",
"socket.io": "^1.5.1",
"socketio-jwt": "^4.5.0",
"string.prototype.padstart": "^3.0.0",
"tether": "^1.3.7",
"yargs": "^9.0.1"
}
}