From b32c5c06ee844072a760f776e5f37f7c32c97c8f Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Fri, 22 Sep 2017 15:05:50 +0200 Subject: Update metadata and docs --- package.json | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) (limited to 'package.json') 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 (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", -- cgit v1.2.3