-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 KB
/
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
37
38
39
{
"name": "whenlive",
"version": "3.1.0",
"description": "Allows the developer to define one or more callback functions to be fired the moment a specified element becomes available within the DOM.",
"main": "dist/jquery.whenlive.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://[email protected]/tkambler/whenLive"
},
"keywords": [
"jQuery",
"DOM",
"visibility",
"live",
"whenLive"
],
"author": "Tim Ambler <[email protected]> (http://bitcubby.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/tkambler/whenLive/issues"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-open": "^0.2.3",
"load-grunt-tasks": "^0.6.0",
"time-grunt": "^1.0.0",
"express": "^4.9.5",
"grunt": "^0.4.5"
},
"dependencies": {
}
}