-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.61 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.61 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@cloudcmd/modal",
"version": "4.0.1",
"type": "module",
"description": "lightbox library for displaying modals with api similar to FancyBox v2",
"homepage": "http://github.com/cloudcmd/modal",
"repository": {
"type": "git",
"url": "git+https://github.com/cloudcmd/modal.git"
},
"main": "lib/modal.js",
"scripts": {
"watch": "madrun watch",
"watch:client": "madrun watch:client",
"watch:test": "madrun watch:test",
"watch:lint": "madrun watch:lint",
"watch:lint:js": "madrun watch:lint:js",
"watch:coverage": "madrun watch:coverage",
"coverage": "madrun coverage",
"report": "madrun report",
"lint": "madrun lint",
"fix:lint": "madrun fix:lint",
"test": "madrun test",
"test:update": "madrun test:update"
},
"keywords": [
"modal",
"fancybox",
"lightbox",
"viewer",
"view"
],
"author": "coderaiser <mnemonic.enemy@gmail.com> (http://coderaiser.github.io/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/cloudcmd/modal/issues"
},
"devDependencies": {
"auto-globals": "^4.0.1",
"clean-css-loader": "^4.2.1",
"css-modules-require-hook": "^4.2.3",
"eslint": "^10.0.3",
"eslint-plugin-n": "^17.23.2",
"eslint-plugin-putout": "^31.1.1",
"madrun": "^13.0.1",
"nodemon": "^3.1.11",
"putout": "^42.2.3",
"superc8": "^12.3.1",
"supertape": "^12.0.12",
"try-catch": "^4.0.9"
},
"dependencies": {
"@cloudcmd/create-element": "^2.0.0",
"currify": "^4.0.0",
"fullstore": "^4.0.0",
"wraptile": "^3.0.0"
},
"publishConfig": {
"access": "public"
}
}