-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
23 lines (23 loc) · 961 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
{
"name": "idl-property-observer",
"version": "1.0.1",
"description": "Plug changes like HTMLInputElement.value into MutationObservers in 744 bytes. Framework agnostic! Made by AnonyCo with ❤️ from 🐕s.",
"keywords": ["MutationObserver", "IDL", "WebIDL", "HTMLInputElement", "HTMLSelectElement", "HTMLTextAreaElement", "HTMLAudioElement", "HTMLImageElement", "HTMLAnchorElement", "HTMLElement"],
"homepage": "https://github.com/anonyco/IDL-Property-Observer#quick-start",
"bugs": {
"url" : "https://github.com/anonyco/IDL-Property-Observer/issues",
"email" : "[email protected]"
},
"license": "Unlicense",
"author": {
"name" : "Jack Giffin",
"email" : "[email protected]",
"url" : "https://jackgiffin.com/"
},
"main": "IDLPropertyObserver.min.js",
"repository": {
"type" : "git",
"url" : "https://github.com/anonyco/IDL-Property-Observer.git"
},
"files": ["dist/IDLPropertyObserver.min.js"]
}