Skip to content

Commit

Permalink
[Serverless] Start to make web application of 24-hour-video. #7
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoyuki-nakabayashi committed Jul 14, 2018
1 parent 1a4e485 commit ece0877
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Serverless/24-hour-video/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "24-hour-video",
"version": "1.0.0",
"description": "The 24 Hour Video Website",
"local-web-server": {
"port": 8100,
"forbid": "*.json"
},
"scripts": {
"start": "ws",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tomoyuki Nakabayashi",
"license": "BSD-2-Clause",
"devDependencies": {
"local-web-server": "^2.5.6"
}
}

0 comments on commit ece0877

Please sign in to comment.