client/bower.json
author rougeronj
Tue, 05 May 2015 17:59:14 +0200
changeset 445 705a2e9c6c9d
parent 435 e529b633c339
child 437 ad484b4b5050
permissions -rw-r--r--
Add popup_editor and editor_panel option to allow the editor panel to bin in an external div Update the scene, the node editor and the edge editor to include the options

{
  "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-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"
  },
  "devDependencies": {
    "jquery-ui": "~1.11.4"
  },
  "exportsOverride": {
    "lodash": {
      "": "dist/*.js"
    }
  }
}