mirror of
https://github.com/spaytac/orbiter.git
synced 2026-01-21 21:54:50 +00:00
28 lines
647 B
JSON
28 lines
647 B
JSON
{
|
|
"name": "orbiter-ui",
|
|
"version": "0.0.0",
|
|
"description": "UI for orbiter autoscaler",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gianarb/orbiter.git"
|
|
},
|
|
"author": "Andres Martin",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/gianarb/orbiter/issues"
|
|
},
|
|
"homepage": "https://github.com/gianarb/orbiter/ui",
|
|
"dependencies": {
|
|
"next": "^3.0.6",
|
|
"react": "^15.6.1",
|
|
"react-dom": "^15.6.1"
|
|
}
|
|
}
|