-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 820 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 820 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": "owens94819-xjsx",
"version": "2.5.2",
"description": "XJSX is a JavaScript web development framework that allows developers to write JavaScript code directly within HTML. This approach simplifies web development by reducing the need to constantly switch between HTML and JavaScript.",
"main": "xjsx-min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Owens94819/XJSX.git"
},
"keywords": [
"front-end",
"html-framework",
"frontend",
"ui",
"ux",
"javascript-framework",
"xjsx"
],
"author": "owens94819",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Owens94819/XJSX/issues"
},
"homepage": "https://github.com/Owens94819/XJSX#readme"
}