-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 912 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
30
31
{
"name": "code-in-the-dark-devschile",
"version": "1.0.0",
"description": "Code In The Dark DevsChile / Santiago - Diciembre 2017",
"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/devschile/code-in-the-dark-devschile.git"
},
"keywords": [
"code-in-the-dark",
"devschile"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/devschile/code-in-the-dark-devschile/issues"
},
"homepage": "https://github.com/devschile/code-in-the-dark-devschile#readme",
"dependencies": {},
"devDependencies": {
"cleaver": "0.8.7",
"opn-cli": "3.1.0"
}
}