commit 18be406e1e7b9c69be622187bd87fe232773d620 Author: Alex Janka Date: Thu Jun 1 20:16:20 2017 +1000 Init diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..02332d1 --- /dev/null +++ b/.gitignore @@ -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 \ No newline at end of file diff --git a/package.json b/package.json new file mode 100644 index 0000000..12ddd62 --- /dev/null +++ b/package.json @@ -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" +}