client/bower.json
author rougeronj
Thu, 24 Sep 2015 17:47:11 +0200
changeset 553 d05ee3bcceab
parent 550 06fc441c21b1
child 555 49daeea94e88
permissions -rw-r--r--
update translation and button text

{
  "name": "renkan",
  "version": "0.12.9",
  "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-research.org",
  "private": true,
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "backbone": "~1.2.3",
    "jquery": "~2.1.4",
    "jquery-mousewheel": "~3.1.13",
    "paper": "~0.9.24",
    "FileSaver": "*",
    "backbone-relational": "a7634e7d9deac64e3da455a3fde13b96ae253612",
    "requirejs": null,
    "lodash": "~3.10.1",
    "ckeditor": "~4.4.7"
  },
  "devDependencies": {
    "jquery-ui": "~1.11.4"
  }
}