UNPKG

383 BJSONView Raw
1{
2 "name": "metalwork",
3 "description": "my website",
4 "main": "index.js",
5 "authors": [
6 "Ev Bogue"
7 ],
8 "license": "MIT",
9 "homepage": "http://evbogue.com",
10 "ignore": [
11 "**/.*",
12 "node_modules"
13 ],
14 "dependencies": {
15 "highlight": "https://github.com/components/highlightjs.git",
16 "open-sans": "",
17 "reserva": "http://gitmx.com/ev/reserva.git"
18 }
19}
20