package.json 616 Bytes
{
  "name": "ARCS",
  "version": "0.1.0",
  "description": "Augmented Reality Component System in web browser and node environment",
  "main": "build/arcs.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "Augmented",
    "Reality"
  ],
  "author": "Jean-Yves Didier",
  "license": "GPL",
  "devDependencies": {
    "bower": ">=1.3.9",
    "grunt": ">=0.4.5",
    "grunt-jslint": ">=1.1.12",
    "grunt-terser": "*",
    "grunt-jsdoc": ">=0.5.6",
    "grunt-bower-task": ">=0.4.0",
    "grunt-contrib-concat": ">=0.5.0",
    "grunt-contrib-copy": ">=1.0.0"
  }
}