inital commit.

This commit is contained in:
John Shaver 2017-09-23 17:43:17 -07:00
parent 228494fe37
commit 65c79313c8
1 changed files with 22 additions and 0 deletions

22
package.json Normal file
View File

@ -0,0 +1,22 @@
{
"name": "dnsparse",
"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/bobjohnbob/dnsparse.git"
},
"author": "john@jshaver.net",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/bobjohnbob/dnsparse/issues"
},
"homepage": "https://github.com/bobjohnbob/dnsparse#readme",
"dependencies": {
"atob": "^2.0.3"
}
}