diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-02-10 11:03:07 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-02-10 11:03:07 -0500 |
| commit | a9ca3ad8900373ed8e0d9c18f383922a044bf816 (patch) | |
| tree | be6959741d48afde0452948c3eadac31cc6e4fc8 /package.json | |
| download | Project-Hexus-a9ca3ad8900373ed8e0d9c18f383922a044bf816.tar.gz Project-Hexus-a9ca3ad8900373ed8e0d9c18f383922a044bf816.tar.bz2 Project-Hexus-a9ca3ad8900373ed8e0d9c18f383922a044bf816.zip | |
Inital Commit
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..13c4927 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "project-hexus", + "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/Alee14/Project-Hexus.git" + }, + "author": "Alee14", + "license": "GPL-3.0", + "bugs": { + "url": "https://github.com/Alee14/Project-Hexus/issues" + }, + "homepage": "https://github.com/Alee14/Project-Hexus#readme" +} |
