-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
57 lines (57 loc) · 1.48 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": "presentaciones-todos-sytw",
"version": "0.0.1",
"description": "Libro de las presentaciones de SYTW del curso 2016/17",
"main": "index.js",
"engines": {
"node": "7.1.0",
"npm": "3.10.8"
},
"scripts": {
"all": "gulp",
"build": "gulp build",
"deploy": "gulp deploy",
"clean": "gulp clean",
"serve": "gulp serve",
"srv": "node node_modules/gitbook-cli/bin/gitbook.js serve '.' 'gh-pages'",
"lint": "gulp lint",
"index": "gulp index",
"postinstall": "gulp install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ULL-ESIT-SYTW-1617/presentaciones-todos.git"
},
"keywords": [
"gitbook",
"sytw",
"presentaciones"
],
"author": "ULL-ESIT-SYTW-1617",
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/ULL-ESIT-SYTW-1617/presentaciones-todos/issues"
},
"homepage": "http://ULL-ESIT-SYTW-1617.github.io/presentaciones-todos",
"dependencies": {
"through2": "^2.0.3"
},
"devDependencies": {
"babel-polyfill": "6.13.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "6.5.0",
"babel-register": "6.14.0",
"del": "^2.2.2",
"fs-promise": "0.5.0",
"gh-pages": "0.11.0",
"gitbook": "^3.2.2",
"gulp": "gulpjs/gulp#4.0",
"lodash": "4.16.2",
"markdown-table": "^1.0.0",
"markdownlint": "^0.3.1",
"simple-git": "1.51.0",
"through2": "^2.0.3"
}
}