-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.03 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
{
"name": "presentacion-sytw",
"version": "1.0.0",
"description": "Presentación de SYTW",
"main": "index.js",
"dependencies": {
"babel-cli": "^6.18.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"child-process-promise": "^2.2.0",
"express": "^4.14.0",
"fs-promise": "^0.5.0",
"gulp-cli": "^1.2.2",
"lodash": "^4.16.4",
"pug": "^2.0.0-beta6",
"reveal-run-in-terminal": "github:DanielRamosAcosta/reveal-run-in-terminal",
"reveal.js": "^3.3.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DanielRamosAcosta/PresentacionESX_STYW.git"
},
"author": "Daniel Ramos",
"license": "MIT",
"bugs": {
"url": "https://github.com/DanielRamosAcosta/PresentacionESX_STYW/issues"
},
"homepage": "https://github.com/DanielRamosAcosta/PresentacionESX_STYW#readme"
}