This commit is contained in:
Alex Janka 2017-06-01 20:16:20 +10:00
commit 18be406e1e
2 changed files with 29 additions and 0 deletions

14
.gitignore vendored Normal file
View file

@ -0,0 +1,14 @@
/dist
/node-modules
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
npm-debug.log
.DS_Store
Thumbs.db

15
package.json Normal file
View file

@ -0,0 +1,15 @@
{
"name": "handlebars-ipinfo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com//ngaalex/handlebars-ipinfo"
},
"author": "Alex Janka",
"license": "ISC"
}