-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 863 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
34
35
36
37
38
39
{
"name": "anticore",
"version": "4.6.5",
"description": "A library to handle your AJAX/SSE DOM contents and to automate your requests, using some contracts.",
"main": "index.js",
"type": "module",
"exports": {
".": "./index.js",
"./index.js": "./index.js",
"./defaults.js": "./defaults.js",
"./trigger.js": "./trigger.js"
},
"scripts": {
"lint": "eslint --report-unused-disable-directives ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lcfvs/anticore.git"
},
"bugs": {
"url": "https://github.com/Lcfvs/anticore/issues"
},
"keywords": [
"library",
"AJAX",
"SSE",
"DOM",
"contracts"
],
"author": "Lcf.vs",
"contributors": [
"Brett Zamir"
],
"license": "MIT",
"homepage": "https://anticore.io",
"devDependencies": {
"eslint": "^7.27.0"
}
}