This repository has been archived by the owner on Jul 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.73 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
66
67
68
69
70
71
{
"name": "gitbook-start-github-rafadanipedro",
"version": "2.0.0",
"description": "Paquete de node para generar un gitbook y todo lo necesario en GitHub",
"main": "index.js",
"scripts": {
"exec": "babel-node bin/cli.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel -d dist/ src/"
},
"repository": {
"type": "git",
"url": "https://github.com/ULL-ESIT-SYTW-1617/crear-repositorio-en-github-rafadanipedro.git"
},
"keywords": [
"paquete",
"node",
"gitbook"
],
"author": {
"name": "rafadanipedro"
},
"contributors": [
{
"name": "Rafael Herrero"
},
{
"name": "Daniel Ramos"
},
{
"name": "Pedro Ramos"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ULL-ESIT-SYTW-1617/crear-repositorio-en-github-rafadanipedro/issues"
},
"homepage": "https://github.com/ULL-ESIT-SYTW-1617/crear-repositorio-en-github-rafadanipedro#readme",
"standard": {
"parser": "babel-eslint"
},
"bin": {
"gitbook-start": "./bin/cli.js"
},
"man": "./man/gitbook-start-rafadanipedro.1",
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-eslint": "^7.0.0",
"babel-preset-es2015": "6.16.0",
"babel-preset-stage-0": "6.16.0",
"babel-register": "6.16.0",
"gulp": "3.9.1",
"gulp-clean": "0.3.2",
"gulp-standard": "^8.0.2"
},
"dependencies": {
"babel-polyfill": "6.16.0",
"ejs": "^2.5.2",
"fs-promise": "0.5.0",
"gh-pages": "^0.11.0",
"git-user-email": "^0.2.1",
"git-user-name": "^1.2.0",
"gitbook-cli": "^2.3.0",
"inquirer": "^1.2.2",
"minimist": "^1.2.0",
"npm": "^3.10.8",
"npmi": "^2.0.1",
"octonode": "^0.7.6",
"simple-git": "^1.59.0"
}
}