-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 892 Bytes
/
package.json
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
29
30
31
32
33
34
35
36
37
{
"name": "@vstudio/vital.kit",
"version": "1.0.10",
"author": "ᴏᴠ <crazynuggets@outlook.com> (https://github.com/ov-studio)",
"private": false,
"license": "GPL-3.0",
"description": "Vital.js' Toolkit",
"homepage": "https://github.com/ov-studio/Vital.kit#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ov-studio/Vital.kit.git"
},
"bugs": {
"url": "https://github.com/ov-studio/Vital.kit/issues"
},
"keywords": [
"ov",
"v-studio",
"vital",
"v-kit",
"v-engine",
"web-dev",
"game-dev",
"engine-dev",
"lightweight",
"library",
"interface",
"toolkit",
"networker",
"networking"
],
"scripts": {
"debug": "node ./src"
},
"main": "./src",
"dependencies": {}
}