package.json: fill in metadata fields to suppress some warnings from npm

This commit is contained in:
mappu 2017-11-12 10:39:17 +13:00
parent bd59534bac
commit 8df09ddb11
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,8 @@
{
"name": "nmdc-webfrontend",
"version": "1.0.0",
"description": "",
"description": "A web interface to an NMDC hub",
"homepage": "https://code.ivysaur.me/nmdc-webfrontend/",
"main": "s",
"scripts": {
"webpack": "webpack"
@ -23,6 +24,5 @@
"typescript": "^2.6.1",
"webpack": "^3.8.1"
},
"devDependencies": {
}
"devDependencies": {}
}