-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 881 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 881 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
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "@fluxojs/engine",
"version": "0.1.2",
"description": "Fluxo: API simples em portugues para montar e estilizar paginas web com JavaScript encadeavel.",
"keywords": [
"enginejs",
"fluxo",
"dom",
"frontend",
"javascript",
"html"
],
"homepage": "https://fluxo.pixelfucker.org",
"bugs": {
"url": "https://github.com/FluxoJS/engine/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FluxoJS/engine.git"
},
"license": "BSD-3-Clause",
"author": "Lucas Gabriel (lucmsilva)",
"type": "module",
"exports": {
".": "./index.js"
},
"main": "./index.js",
"files": [
"index.js",
"src/**/*.js",
"README.md",
"LICENSE"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"publishConfig": {
"access": "public"
},
"sideEffects": false
}