8000 Create package.json · GyverLibs/Component.js@6e4d598 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6e4d598

Browse files
committed
Create package.json
1 parent 7a9892b commit 6e4d598

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

package.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "@alexgyver/component",
3+
"version": "1.0.2",
4+
"description": "Simple HTML element builder",
5+
"main": "component.js",
6+
"type": "module",
7+
"scripts": {
8+
"test": "echo \"Error: no test specified\" && exit 1"
9+
},
10+
"repository": {
11+
"type": "git",
12+
"url": "git+https://github.com/GyverLibs/Component.js.git"
13+
},
14+
"author": "AlexGyver <alex@alexgyver.ru>",
15+
"license": "MIT",
16+
"bugs": {
17+
"url": "https://github.com/GyverLibs/Component.js/issues"
18+
},
19+
"homepage": "https://github.com/GyverLibs/Component.js#readme"
20+
}

0 commit comments

Comments
 (0)
0