Initial commit

This commit is contained in:
snogcel 2016-09-17 22:01:39 -06:00
commit b2588253ae
3 changed files with 30 additions and 0 deletions

1
README.md Normal file
View file

@ -0,0 +1 @@
# govobject-proposal

10
index.html Normal file
View file

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
</body>
</html>

19
package.json Normal file
View file

@ -0,0 +1,19 @@
{
"name": "govobject-proposal",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/snogcel/dash-govobject-service.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/snogcel/dash-govobject-service/issues"
},
"homepage": "https://github.com/snogcel/dash-govobject-service#readme"
}