forked from Omnicsat/Envision
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 688 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 688 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "envision",
"version": "0.2.5",
"description": "A small Discord bot for the KSPNS.",
"main": "index.js",
"dependencies": {
"canvas": "^1.6.13",
"discord.js": "^11.5.1",
"fs": "^0.0.1-security",
"jshint": "^2.10.2",
"jsonfile": "^4.0.0",
"nsapi": "^0.1.15"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Omnicsat/Envision.git"
},
"author": "Omni",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Omnicsat/Envision/issues"
},
"homepage": "https://github.com/Omnicsat/Envision#readme"
}