aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2021-12-25 01:45:43 +0100
committer0neGal <mail@0negal.com>2021-12-25 03:04:47 +0100
commit208e7528a2e120c954e7eb28e93510b1b9240905 (patch)
treef951674e1404ad5ce4d923a6aff0db1622e422b5 /package.json
downloadViper-208e7528a2e120c954e7eb28e93510b1b9240905.tar.gz
Viper-208e7528a2e120c954e7eb28e93510b1b9240905.zip
Initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..3d613f8
--- /dev/null
+++ b/package.json
@@ -0,0 +1,22 @@
+{
+ "name": "viper",
+ "version": "1.0.0",
+ "description": "Making your TF|2 life modding life easier",
+ "main": "src/index.js",
+ "scripts": {
+ "start": "node_modules/.bin/electron src/index.js"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/0neGal/viper.git"
+ },
+ "author": "0neGal",
+ "license": "GPL-3.0-or-later",
+ "bugs": {
+ "url": "https://github.com/0neGal/viper/issues"
+ },
+ "homepage": "https://github.com/0neGal/viper#readme",
+ "dependencies": {
+ "electron": "^16.0.5"
+ }
+}