diff --git a/package.json b/package.json index e69de29..bfe56b3 100644 --- a/package.json +++ b/package.json @@ -0,0 +1,20 @@ +{ + "name": "i-love-x-engine", + "version": "1.0.0", + "description": "", + "main": "index.js", + "directories": { + "doc": "docs", + "test": "tests" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://git.pack.house/adamdaghmah/i-love-x-engine" + }, + "keywords": [], + "author": "", + "license": "ISC" +}