-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 992 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
{
"name": "aepl",
"version": "1.4.1",
"author": "paishee",
"description": "A Node.JS multi-layered class creation package with built-in parenting systems that let you get info from classes above as well as better function and property makers for easier to read and understand development and modding support inspired by Roblox's Studio API.",
"repository": {
"type": "git",
"url": "https://github.com/paishee/aepl.git"
},
"bugs": {
"url": "https://github.com/paishee/aepl/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/paishee/aepl/blob/main/LICENSE"
},
"keywords": [
"nodejs",
"html",
"dataType",
"class",
"classes",
"lightweight",
"framework",
"backend",
"minigames",
"game-development",
"games",
"aepl"
],
"homepage": "https://github.com/paishee/aepl",
"main": "src/index.js"
}