8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a9892b commit 6e4d598Copy full SHA for 6e4d598
package.json
@@ -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