forked from desandro/imagesloaded
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1011 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
36
37
38
39
40
41
42
43
44
45
{
"name": "imagesloaded",
"version": "5.0.0",
"description": "JavaScript is all like _You images done yet or what?_",
"main": "imagesloaded.js",
"files": [
"imagesloaded*.js"
],
"dependencies": {
"ev-emitter": "^2.1.2"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-plugin-metafizzy": "^1.2.1",
"jquery": "^3.6.0",
"qunit": "^2.17.2",
"terser": "^5.10.0"
},
"scripts": {
"test": "npm run lint",
"lint": "npx eslint .",
"dist": "node tasks/dist.js",
"version": "node tasks/version.js && npm run dist && git add -A ."
},
"repository": {
"type": "git",
"url": "git://github.com/desandro/imagesloaded.git"
},
"keywords": [
"images",
"loaded",
"ui",
"dom",
"jquery-plugin"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/desandro/imagesloaded/issues"
},
"homepage": "https://github.com/desandro/imagesloaded",
"directories": {
"test": "test"
},
"author": "David DeSandro"
}