-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 877 Bytes
/
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
{
"name": "slides-beerjs-22",
"version": "0.0.1",
"description": "Crear tests para hubot",
"main": "index.js",
"scripts": {
"start": "npm run open && npm run watch",
"open": "opn docs/index.html",
"watch": "cleaver watch index.md --output docs/index.html",
"build": "cleaver index.md --output docs/index.html",
"test": "echo \"No se como testear esto\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lgaticaq/slides-beerjs-22.git"
},
"keywords": [],
"author": "Leonardo Gatica <lgatica@protonmail.com> (https://about.me/lgatica)",
"license": "MIT",
"bugs": {
"url": "https://github.com/lgaticaq/slides-beerjs-22/issues"
},
"homepage": "https://github.com/lgaticaq/slides-beerjs-22#readme",
"dependencies": {},
"devDependencies": {
"cleaver": "0.8.7",
"opn-cli": "3.1.0"
}
}