client/bower.json
author rougeronj
Sat, 18 Apr 2015 17:14:27 +0200
changeset 420 22393cbf4467
parent 410 97f2c763376c
child 423 4f0b6f345564
permissions -rw-r--r--
export the templates of nodeeditor to html files

{
  "name": "renkan",
  "version": "0.8.7",
  "authors": [
    "IRI <dev@iri-research.org>"
  ],
  "description": "Renkan javascript client",
  "main": "./dist/js/renkan.js",
  "moduleType": [
    "amd",
    "globals"
  ],
  "keywords": [
    "renkan"
  ],
  "license": "CeCILL-B",
  "homepage": "http://renkan.iri-reaserch.org",
  "private": true,
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "backbone": "~1.1.2",
    "underscore": "~1.8.2",
    "jquery": "~2.1.3",
    "jquery-mousewheel": "~3.1.12",
    "paper": "~0.9.22",
    "FileSaver": "*",
    "backbone-relational": "~0.9.0",
    "requirejs": null
  },
  "devDependencies": {
    "jquery-ui": "~1.11.4"
  }
}