-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 990 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
{
"name": "lity",
"title": "Lity",
"description": "Lightweight, accessible and responsive lightbox.",
"author": {
"name": "Jan Sorgalla, Anton Andreasson",
"url": "http://sorgalla.com"
},
"homepage": "http://sorgalla.com/lity/",
"version": "4.0.0-dev",
"main": "dist/lity.js",
"devDependencies": {
"grunt": "^1.4.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^2.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-postcss": "^0.9.0",
"grunt-replace": "^2.0.2",
"postcss": "^8.4.6",
"postcss-preset-env": "^7.0.1",
"stylefmt": "^6.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/jsor/lity.git"
},
"keywords": [
"lightbox",
"modal",
"popup",
"lightweight",
"responsive",
"accessible",
"accessibility",
"a11y",
"vanilla"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/jsor/lity/issues"
}
}