-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1019 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 1019 Bytes
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
{
"name": "ezproxyeditor",
"version": "1.0.0",
"description": "Editor for EZProxy config files.",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"prod": "npm run production",
"production": "mix --production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pcc-library/EZProxyEditor.git"
},
"keywords": [
"OCLC",
"EZProxy",
"PHP"
],
"author": "Gustavo Lanzas",
"license": "MIT",
"bugs": {
"url": "https://github.com/pcc-library/EZProxyEditor/issues"
},
"homepage": "https://github.com/pcc-library/EZProxyEditor#readme",
"devDependencies": {
"bootstrap": "^4.6.2",
"jquery": "^3.6.0",
"jquery-ui": "^1.13.2",
"laravel-mix": "^6.0.3",
"popper.js": "^1.16.1",
"resolve-url-loader": "^5.0.0",
"sass": "^1.32.13",
"sass-loader": "^10.1.1"
},
"dependencies": {
"font-awesome": "^4.7.0"
}
}