-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
28 lines (28 loc) · 835 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
{
"name": "jquery-onmutate",
"version": "1.4.2",
"description": "A MutationObserver wrapper for jQuery, allowing you to listen for element creation, attribute modification, and text changes.",
"main": "src/jquery.onmutate.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"bump": "npm version patch -m \"bump to v%s\" && npm publish && git push --follow-tags"
},
"repository": {
"type": "git",
"url": "https://github.com/eclecto/jQuery-onMutate.git"
},
"keywords": [
"mutationobserver",
"jquery-plugin",
"ecosystem:jquery"
],
"author": "Eric Newland",
"license": "MIT",
"bugs": {
"url": "https://github.com/eclecto/jQuery-onMutate/issues"
},
"homepage": "https://github.com/eclecto/jQuery-onMutate"
}