summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json26
1 files changed, 19 insertions, 7 deletions
diff --git a/package.json b/package.json
index 7844f1de..089b7e9b 100644
--- a/package.json
+++ b/package.json
@@ -1,17 +1,29 @@
{
- "name": "opendc-frontend-experimental",
+ "name": "opendc-frontend",
"version": "0.1.0",
+ "description": "The user-facing component of the OpenDC stack, allowing users to build and interact with their own (virtual) datacenters.",
+ "keywords": [
+ "opendc",
+ "simulation",
+ "datacenter",
+ "frontend"
+ ],
+ "homepage": "http://opendc.org",
+ "bugs": {
+ "url": "https://github.com/atlarge-research/opendc-frontend/issues",
+ "email": "opendc@atlarge-research.com"
+ },
+ "author": "Georgios Andreadis <g.andreadis@atlarge-research.com> (http://gandreadis.com/)",
+ "license": "MIT",
"private": true,
"proxy": "http://localhost:8081",
"dependencies": {
"approximate-number": "^2.0.0",
- "bootstrap": "4.0.0-alpha.6",
"classnames": "^2.2.5",
- "history": "^4.6.3",
"isomorphic-fetch": "^2.2.1",
- "konva": "^1.6.7",
+ "konva": "^1.6.8",
"node-sass-chokidar": "^0.0.3",
- "npm-run-all": "^4.0.2",
+ "npm-run-all": "^4.1.1",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-document-title": "^2.0.3",
@@ -21,8 +33,8 @@
"react-konva": "^1.1.4",
"react-mailto": "^0.4.0",
"react-redux": "^5.0.5",
- "react-router-dom": "^4.1.1",
- "react-scripts": "^1.0.11",
+ "react-router-dom": "^4.2.2",
+ "react-scripts": "^1.0.13",
"react-shortcuts": "^1.6.1",
"redux": "^3.7.2",
"redux-localstorage": "^0.4.1",