client/bower.json
author rougeronj
Tue, 16 Jun 2015 11:37:20 +0200
changeset 483 9bb08a2c2449
parent 468 364c367df7fc
child 491 73141008167d
permissions -rw-r--r--
New nodeeditor html for video node type and update css to make the video fit the popup

{
  "name": "renkan",
  "version": "0.10.0",
  "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.1.2",
    "jquery": "~2.1.3",
    "jquery-mousewheel": "~3.1.12",
    "paper": "~0.9.22",
    "FileSaver": "*",
    "backbone-relational": "~0.9.0",
    "requirejs": null,
    "lodash": "~2.4.1",
    "ckeditor": "~4.4.7"
  },
  "devDependencies": {
    "jquery-ui": "~1.11.4"
  },
  "exportsOverride": {
    "lodash": {
      "": "dist/*.js"
    }
  }
}