hyper/website/package.json
2017-08-05 00:06:36 +02:00

14 lines
242 B
JSON

{
"name": "hyper-website",
"version": "0.0.1",
"description": "The official website for hyper.app",
"dependencies": {
"serve": "latest"
},
"scripts": {
"start": "serve . -c 5"
},
"now": {
"alias": "hyper.is"
}
}