diff --git a/package.json b/package.json new file mode 100644 index 0000000000000000000000000000000000000000..b306d238d4dea0dc2570a24b09cd87d1f03d3e41 --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "lineup-template", + "version": "1.0.0", + "description": "An inline template style for dynamic config files", + "main": "lineup.js", + "repository": { + "type": "git", + "url": "git+https://github.com/Commander-lol/lineup.git" + }, + "keywords": [ + "template", + "config", + "simple", + "lineup" + ], + "author": "Louis Capitanchik", + "license": "BSD-3-Clause", + "bugs": { + "url": "https://github.com/Commander-lol/lineup/issues" + }, + "homepage": "https://github.com/Commander-lol/lineup#readme" +}