23 lines
598 B
JSON
23 lines
598 B
JSON
{
|
|
"name": "gulag",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Zea",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"alta-jsapi": "git+https://github.com/alta-vr/alta-jsapi.git",
|
|
"att-bot-core": "git+https://github.com/alta-vr/ATT-Bot-JS.git",
|
|
"att-websockets": "git+https://github.com/alta-vr/att-websockets.git",
|
|
"crypto-js": "^3.1.9-1",
|
|
"discord.js": "^11.5.1",
|
|
"fs": "0.0.1-security",
|
|
"moment": "^2.24.0",
|
|
"util": "^0.12.1"
|
|
},
|
|
"devDependencies": {},
|
|
"description": ""
|
|
}
|