forked from laertedecarvalho/Tobi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 827 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
{
"name": "rqrauhvmra__tobi",
"version": "1.8.1",
"description": "An accessible, simple and light-weight open source lightbox script with no dependencies.",
"main": "js/tobi.js",
"style": "css/tobi.css",
"devDependencies": {
"standard": "*",
"autoprefixer": "*"
},
"browserslist": [
"> 1%",
"last 2 versions",
"Firefox ESR"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/rqrauhvmra/Tobi.git"
},
"keywords": [
"lightbox",
"accessible",
"a11y",
"javascript",
"vanilla",
"scss",
"css"
],
"author": "rqrauhvmra",
"license": "MIT",
"bugs": {
"url": "https://github.com/rqrauhvmra/Tobi/issues"
},
"homepage": "https://github.com/rqrauhvmra/Tobi"
}