forked from State-of-the-Edge/lfedge-landscape
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 686 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 686 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "lfedge-interactive-landscape",
"version": "1.0.0",
"description": "Interactive visualization of Linux Foundation Edge Landscape",
"engines": {
"npm": ">=3",
"node": ">= 10.5"
},
"scripts": {
"build": "npm run latest; npm config set scripts-prepend-node-path true; export PROJECT_PATH=\"$PWD\"; npm explore interactive-landscape -- npm run build",
"latest": "npm install interactive-landscape@latest"
},
"author": "LF Edge",
"license": "Apache-2.0",
"dependencies": {
"interactive-landscape": "1.0.398"
},
"keywords": [],
"repository": {
"type": "git",
"url": "https://github.com/State-of-the-Edge/lfedge-landscape"
}
}