-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 877 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
35
{
"name": "jquery-preload",
"title": "jQuery Preload Plugin",
"description": "Tiny image preloader using deferred's promise object",
"version": "0.1.0",
"homepage": "https://github.com/yefremov/jquery-preload",
"author": {
"name": "Anton Yefremov",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/yefremov/jquery-preload.git"
},
"bugs": {
"url": "https://github.com/yefremov/jquery-preload/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"dependencies": {},
"devDependencies": {
"volo": "0.2.6",
"uglify-js": "2.2.2",
"jshint": "0.9.1"
},
"keywords": [
"jquery",
"preload",
"plugin"
]
}