client/bower.json
author ymh <ymh.work@gmail.com>
Mon, 11 Mar 2019 18:06:33 +0100
changeset 660 6d939abb9273
parent 658 cac26275af31
child 663 9cb6028fcf55
permissions -rw-r--r--
Upgrade version for screenfull.js to correct problem of fullscreen button on chrome. increment version number
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
344
e616c4fff297 start adding bower. remove and forget lib folder. this folder is now managed by grunt
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
{
e616c4fff297 start adding bower. remove and forget lib folder. this folder is now managed by grunt
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
  "name": "renkan",
660
6d939abb9273 Upgrade version for screenfull.js to correct problem of fullscreen button on chrome. increment version number
ymh <ymh.work@gmail.com>
parents: 658
diff changeset
     3
  "version": "00.13.03",
344
e616c4fff297 start adding bower. remove and forget lib folder. this folder is now managed by grunt
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
  "authors": [
e616c4fff297 start adding bower. remove and forget lib folder. this folder is now managed by grunt
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
    "IRI <dev@iri-research.org>"
e616c4fff297 start adding bower. remove and forget lib folder. this folder is now managed by grunt
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
  ],
e616c4fff297 start adding bower. remove and forget lib folder. this folder is now managed by grunt
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
  "description": "Renkan javascript client",
e616c4fff297 start adding bower. remove and forget lib folder. this folder is now managed by grunt
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
  "main": "./dist/js/renkan.js",
e616c4fff297 start adding bower. remove and forget lib folder. this folder is now managed by grunt
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
  "moduleType": [
e616c4fff297 start adding bower. remove and forget lib folder. this folder is now managed by grunt
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
    "amd",
e616c4fff297 start adding bower. remove and forget lib folder. this folder is now managed by grunt
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
    "globals"
e616c4fff297 start adding bower. remove and forget lib folder. this folder is now managed by grunt
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
  ],
e616c4fff297 start adding bower. remove and forget lib folder. this folder is now managed by grunt
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
  "keywords": [
e616c4fff297 start adding bower. remove and forget lib folder. this folder is now managed by grunt
ymh <ymh.work@gmail.com>
parents:
diff changeset
    14
    "renkan"
e616c4fff297 start adding bower. remove and forget lib folder. this folder is now managed by grunt
ymh <ymh.work@gmail.com>
parents:
diff changeset
    15
  ],
e616c4fff297 start adding bower. remove and forget lib folder. this folder is now managed by grunt
ymh <ymh.work@gmail.com>
parents:
diff changeset
    16
  "license": "CeCILL-B",
433
e457ec945e50 replace underscore par lodash
ymh <ymh.work@gmail.com>
parents: 423
diff changeset
    17
  "homepage": "http://renkan.iri-research.org",
344
e616c4fff297 start adding bower. remove and forget lib folder. this folder is now managed by grunt
ymh <ymh.work@gmail.com>
parents:
diff changeset
    18
  "private": true,
e616c4fff297 start adding bower. remove and forget lib folder. this folder is now managed by grunt
ymh <ymh.work@gmail.com>
parents:
diff changeset
    19
  "ignore": [
e616c4fff297 start adding bower. remove and forget lib folder. this folder is now managed by grunt
ymh <ymh.work@gmail.com>
parents:
diff changeset
    20
    "**/.*",
e616c4fff297 start adding bower. remove and forget lib folder. this folder is now managed by grunt
ymh <ymh.work@gmail.com>
parents:
diff changeset
    21
    "node_modules",
e616c4fff297 start adding bower. remove and forget lib folder. this folder is now managed by grunt
ymh <ymh.work@gmail.com>
parents:
diff changeset
    22
    "bower_components",
e616c4fff297 start adding bower. remove and forget lib folder. this folder is now managed by grunt
ymh <ymh.work@gmail.com>
parents:
diff changeset
    23
    "test",
e616c4fff297 start adding bower. remove and forget lib folder. this folder is now managed by grunt
ymh <ymh.work@gmail.com>
parents:
diff changeset
    24
    "tests"
e616c4fff297 start adding bower. remove and forget lib folder. this folder is now managed by grunt
ymh <ymh.work@gmail.com>
parents:
diff changeset
    25
  ],
e616c4fff297 start adding bower. remove and forget lib folder. this folder is now managed by grunt
ymh <ymh.work@gmail.com>
parents:
diff changeset
    26
  "dependencies": {
498
08d121184a38 upgrade libs
ymh <ymh.work@gmail.com>
parents: 495
diff changeset
    27
    "backbone": "~1.2.3",
555
49daeea94e88 New library to handle fullscreen : screenfull.js
rougeronj
parents: 550
diff changeset
    28
    "backbone-relational": "a7634e7d9deac64e3da455a3fde13b96ae253612",
647
eaaa1efce396 add examples for youtube node types, add a way to open node urls with a single click
ymh <ymh.work@gmail.com>
parents: 633
diff changeset
    29
    "ckeditor": "~4.6",
555
49daeea94e88 New library to handle fullscreen : screenfull.js
rougeronj
parents: 550
diff changeset
    30
    "FileSaver": "*",
498
08d121184a38 upgrade libs
ymh <ymh.work@gmail.com>
parents: 495
diff changeset
    31
    "jquery": "~2.1.4",
08d121184a38 upgrade libs
ymh <ymh.work@gmail.com>
parents: 495
diff changeset
    32
    "jquery-mousewheel": "~3.1.13",
555
49daeea94e88 New library to handle fullscreen : screenfull.js
rougeronj
parents: 550
diff changeset
    33
    "lodash": "~3.10.1",
498
08d121184a38 upgrade libs
ymh <ymh.work@gmail.com>
parents: 495
diff changeset
    34
    "paper": "~0.9.24",
423
4f0b6f345564 add grunt-contrib-watch and a watch task to detect modification of js/css/html and launch the corresping task to build the application again
rougeronj
parents: 410
diff changeset
    35
    "requirejs": null,
660
6d939abb9273 Upgrade version for screenfull.js to correct problem of fullscreen button on chrome. increment version number
ymh <ymh.work@gmail.com>
parents: 658
diff changeset
    36
    "screenfull": "~4.0.0"
344
e616c4fff297 start adding bower. remove and forget lib folder. this folder is now managed by grunt
ymh <ymh.work@gmail.com>
parents:
diff changeset
    37
  },
e616c4fff297 start adding bower. remove and forget lib folder. this folder is now managed by grunt
ymh <ymh.work@gmail.com>
parents:
diff changeset
    38
  "devDependencies": {
398
57f8d344fde9 Correct button shift on hover that appeared after paperjs v 0.9.15
ymh <ymh.work@gmail.com>
parents: 397
diff changeset
    39
    "jquery-ui": "~1.11.4"
647
eaaa1efce396 add examples for youtube node types, add a way to open node urls with a single click
ymh <ymh.work@gmail.com>
parents: 633
diff changeset
    40
  },
eaaa1efce396 add examples for youtube node types, add a way to open node urls with a single click
ymh <ymh.work@gmail.com>
parents: 633
diff changeset
    41
  "exportsOverride": {
eaaa1efce396 add examples for youtube node types, add a way to open node urls with a single click
ymh <ymh.work@gmail.com>
parents: 633
diff changeset
    42
    "ckeditor": {
eaaa1efce396 add examples for youtube node types, add a way to open node urls with a single click
ymh <ymh.work@gmail.com>
parents: 633
diff changeset
    43
      ".": ["*.js", "*.css"],
eaaa1efce396 add examples for youtube node types, add a way to open node urls with a single click
ymh <ymh.work@gmail.com>
parents: 633
diff changeset
    44
      "lang": "lang/",
eaaa1efce396 add examples for youtube node types, add a way to open node urls with a single click
ymh <ymh.work@gmail.com>
parents: 633
diff changeset
    45
      "plugins": "plugins/",
eaaa1efce396 add examples for youtube node types, add a way to open node urls with a single click
ymh <ymh.work@gmail.com>
parents: 633
diff changeset
    46
      "skins": "skins/"
660
6d939abb9273 Upgrade version for screenfull.js to correct problem of fullscreen button on chrome. increment version number
ymh <ymh.work@gmail.com>
parents: 658
diff changeset
    47
    },
6d939abb9273 Upgrade version for screenfull.js to correct problem of fullscreen button on chrome. increment version number
ymh <ymh.work@gmail.com>
parents: 658
diff changeset
    48
    "screenfull": {
6d939abb9273 Upgrade version for screenfull.js to correct problem of fullscreen button on chrome. increment version number
ymh <ymh.work@gmail.com>
parents: 658
diff changeset
    49
      ".": "dist/*.js"
647
eaaa1efce396 add examples for youtube node types, add a way to open node urls with a single click
ymh <ymh.work@gmail.com>
parents: 633
diff changeset
    50
    }
344
e616c4fff297 start adding bower. remove and forget lib folder. this folder is now managed by grunt
ymh <ymh.work@gmail.com>
parents:
diff changeset
    51
  }
e616c4fff297 start adding bower. remove and forget lib folder. this folder is now managed by grunt
ymh <ymh.work@gmail.com>
parents:
diff changeset
    52
}