You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2015/07/02 10:49:35 UTC

incubator-ignite git commit: IGNITE-843 Minor change for app descriptor.

Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-843 80a5a7ab2 -> bb1489e26


IGNITE-843 Minor change for app descriptor.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/bb1489e2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/bb1489e2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/bb1489e2

Branch: refs/heads/ignite-843
Commit: bb1489e2666058ce237b015d25d35eda1271eece
Parents: 80a5a7a
Author: AKuznetsov <ak...@gridgain.com>
Authored: Thu Jul 2 15:49:30 2015 +0700
Committer: AKuznetsov <ak...@gridgain.com>
Committed: Thu Jul 2 15:49:30 2015 +0700

----------------------------------------------------------------------
 modules/web-control-center/nodejs/package.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/bb1489e2/modules/web-control-center/nodejs/package.json
----------------------------------------------------------------------
diff --git a/modules/web-control-center/nodejs/package.json b/modules/web-control-center/nodejs/package.json
index cdf51ac..24d97cb 100644
--- a/modules/web-control-center/nodejs/package.json
+++ b/modules/web-control-center/nodejs/package.json
@@ -1,12 +1,12 @@
 {
-  "name": "ignite-web-configurator",
-  "version": "0.0.1",
-  "description": "",
+  "name": "ignite-web-control-center",
+  "version": "1.0.0",
+  "description": "Web application for configuration, monotoring Ignite Cluster",
   "private": true,
   "scripts": {
     "start": "node ./bin/www"
   },
-  "author": "GridGain",
+  "author": "Ignite",
   "license": "Apache License, Version 2.0",
   "dependencies": {
     "body-parser": "~1.12.0",