client/bower.json
author ymh <ymh.work@gmail.com>
Wed, 09 Sep 2015 14:06:02 +0200
changeset 498 08d121184a38
parent 495 444b80998255
child 501 a509adc8ac10
permissions -rw-r--r--
upgrade libs

{
  "name": "renkan",
  "version": "0.12.1",
  "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"
  }
}