hyper/website/package.json

15 lines
236 B
JSON
Raw Normal View History

2017-01-27 17:45:42 -09:00
{
"name": "website",
2017-01-27 17:45:42 -09:00
"version": "0.0.1",
"description": "The official website for hyper.app",
"dependencies": {
"serve": "latest"
},
"scripts": {
"start": "serve . -c 5"
2017-08-04 14:06:36 -08:00
},
"now": {
"alias": "hyper.is"
2017-01-27 17:45:42 -09:00
}
}