forked from naugtur/insertionQuery
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 756 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 756 Bytes
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
{
"name": "insertionQuery",
"version": "0.2.2",
"description": "Non-dom-event way to catch nodes showing up. And it uses selectors.",
"author":"naugtur <naugtur@gmail.com> (http://naugtur.pl/)",
"license" : "MIT",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.2.0",
"grunt-contrib-jasmine": "~0.4.0",
"grunt-contrib-uglify": "~0.2.6"
},
"testling" : {
"html" : "index.html",
"browsers" : [
"ie/9..latest",
"chrome/20..latest",
"firefox/10..latest",
"safari/4..latest",
"opera/15..latest",
"iphone/6", "ipad/6",
"android-browser"
]
}
}