-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 918 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
{
"name": "agnosticrun",
"version": "0.2.12",
"description": "AgnosticRun is a lightweight vanilla JavaScript utility to ensure DOM elements exist before running functions.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"No test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BansheeDevelopment/AgnosticRun.git"
},
"keywords": [
"vanillajs",
"dom-check",
"dom-manipulation",
"element-exists",
"js-utility",
"agnostic-run",
"safe-dom",
"js-helper",
"lazy-dom-check",
"javascript",
"frontend",
"web-development",
"dom-events",
"cross-browser"
],
"author": "Banshee Development",
"license": "MIT",
"bugs": {
"url": "https://github.com/BansheeDevelopment/AgnosticRun/issues"
},
"homepage": "https://github.com/BansheeDevelopment/AgnosticRun#readme"
}