Jean-Yves Didier

fixed package.json with repository and homepage data

...@@ -2,10 +2,15 @@ ...@@ -2,10 +2,15 @@
2 "name": "ARCS", 2 "name": "ARCS",
3 "version": "0.9.0", 3 "version": "0.9.0",
4 "description": "Augmented Reality Component System in web browser and node environment", 4 "description": "Augmented Reality Component System in web browser and node environment",
5 + "homepage": "http://arcs.ibisc.fr",
6 + "repository": {
7 + "type": "git",
8 + "url": "https://forge.ibisc.univ-evry.fr/arcs/arcs.js.git"
9 + },
5 "main": "build/arcs.js", 10 "main": "build/arcs.js",
6 "scripts": { 11 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1" 12 "test": "echo \"Error: no test specified\" && exit 1"
8 - }, 13 + },
9 "keywords": [ 14 "keywords": [
10 "Augmented", 15 "Augmented",
11 "Reality" 16 "Reality"
......