-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (23 loc) · 675 Bytes
/
package.json
File metadata and controls
24 lines (23 loc) · 675 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "ohm-presentation-panama",
"version": "1.0.0",
"description": "Presentación sobre OpenHistoricalMap para la Universidad Autónoma de Chiriquí, Panamá",
"scripts": {
"start": "live-server --port=8000 --open=/index.html --watch=slides,index.html",
"dev": "live-server --port=8000 --open=/index.html --watch=slides,index.html",
"serve": "live-server --port=8000 --watch=slides,index.html"
},
"keywords": [
"openhistoricalmap",
"ohm",
"presentation",
"panama",
"chiriqui",
"reveal.js"
],
"author": "Minh Nguyễn, Ruben Lopez Mendoza",
"license": "MIT",
"devDependencies": {
"live-server": "^1.2.2"
}
}