Repository: incubator-ignite Updated Branches: refs/heads/ignite-843 f1c3b341c -> 334ef95e6
# ignite-843 Minor fix Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/334ef95e Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/334ef95e Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/334ef95e Branch: refs/heads/ignite-843 Commit: 334ef95e6806b47b139947df1a0c541997c963a4 Parents: f1c3b34 Author: Andrey <anovi...@gridgain.com> Authored: Fri Jul 17 15:09:27 2015 +0700 Committer: Andrey <anovi...@gridgain.com> Committed: Fri Jul 17 15:09:27 2015 +0700 ---------------------------------------------------------------------- modules/web-control-center/nodejs/package.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/334ef95e/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 6d092da..2b1e592 100644 --- a/modules/web-control-center/nodejs/package.json +++ b/modules/web-control-center/nodejs/package.json @@ -6,8 +6,15 @@ "scripts": { "start": "node ./bin/www" }, - "author": "Ignite", - "license": "Apache License, Version 2.0", + "author" : "", + "contributors": [{ + "name": "", + "email": "" + }], + "license" : "Apache-2.0", + "keywords" : "grid", + "homepage" : "https://ignite.incubator.apache.org/", + "engines" : { "node" : ">=0.12.4" }, "dependencies": { "angular-ui-ace": "^0.2.3", "archiver": "^0.14.4",