forked from rancher/api-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1007 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1007 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
{
"name": "@pasturestack/api-explorer",
"version": "1.1.18",
"private": true,
"description": "Embedded PastureStack explorer for compatible API services",
"author": "Original contributors and PastureStack maintainers",
"license": "Apache-2.0",
"homepage": "https://github.com/PastureStack/api-explorer",
"bugs": "https://github.com/PastureStack/api-explorer/issues",
"repository": {
"type": "git",
"url": "https://github.com/PastureStack/api-explorer.git"
},
"packageManager": "npm@12.0.2",
"engines": {
"node": "24.20.0"
},
"scripts": {
"clean": "bash ./scripts/clean",
"build": "bash ./scripts/build",
"ci": "bash ./scripts/ci",
"test:security": "node --test test/security/*.test.js"
},
"devDependencies": {
"bootstrap": "5.3.8",
"bootstrap-icons": "1.13.1",
"clean-css": "5.3.3",
"jsdom": "30.0.1",
"sass": "1.103.1",
"uglify-js": "3.19.3"
},
"dependencies": {
"handlebars": "4.7.9",
"jquery": "4.0.0"
}
}