forked from uzairfarooq/arrive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 792 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
{
"name": "arrive",
"version": "2.4.1",
"description": "arrive.js provides events to watch for DOM elements creation and removal. It makes use of Mutation Observers internally.",
"main": "src/arrive.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "open ./tests/SpecRunner.html"
},
"repository": {
"type": "git",
"url": "https://github.com/uzairfarooq/arrive.git"
},
"keywords": [
"jquery",
"javascript",
"js",
"watch",
"dynamic",
"creation",
"new",
"element",
"insertion",
"listen"
],
"author": "Uzair Farooq <uzair.farooq@outlook.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/uzairfarooq/arrive/issues"
},
"homepage": "https://github.com/uzairfarooq/arrive#readme"
}