diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-08-31 11:37:47 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-08-31 11:37:47 -0400 |
| commit | 96021d7aa269aa446ce86bf0d3e4672b69636b2c (patch) | |
| tree | c4c60542150bde85d298b1a2fac70bd7c992452b /package.json | |
| parent | 8224c6403299bc4967c23de6cea70689c57b42ab (diff) | |
| download | Project-TechRPG-96021d7aa269aa446ce86bf0d3e4672b69636b2c.tar.gz Project-TechRPG-96021d7aa269aa446ce86bf0d3e4672b69636b2c.tar.bz2 Project-TechRPG-96021d7aa269aa446ce86bf0d3e4672b69636b2c.zip | |
Stuff
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..2b35e65 --- /dev/null +++ b/package.json @@ -0,0 +1,25 @@ +{ + "name": "project-techrpg", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "start": "node app.js" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/Alee14/Project-TechRPG.git" + }, + "author": "", + "license": "ISC", + "bugs": { + "url": "https://github.com/Alee14/Project-TechRPG/issues" + }, + "homepage": "https://github.com/Alee14/Project-TechRPG#readme", + "dependencies": { + "express": "^4.17.1", + "fs": "0.0.1-security", + "http": "0.0.0", + "javascript-obfuscator": "^0.18.1" + } +} |
