server/bo_client/bower.json
author nowmad@nowmads-macbook-pro.local
Wed, 20 Jan 2016 23:05:52 +0100
changeset 91 acfeddc7821d
parent 28 b0b56e0f8c7f
child 32 9765cf7cf817
permissions -rw-r--r--
rename "sound" to "document"
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
{
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
  "name": "bo-client",
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
  "dependencies": {
20
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 18
diff changeset
     4
    "ember": "2.2.0",
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 18
diff changeset
     5
    "ember-cli-shims": "ember-cli/ember-cli-shims#0.0.6",
4
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
    "ember-cli-test-loader": "ember-cli-test-loader#0.1.3",
18
f2a40bbc27f6 add rdf mapper + merger + basic database model
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
     7
    "ember-data": ">=2.1.0",
20
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 18
diff changeset
     8
    "ember-load-initializers": "ember-cli/ember-load-initializers#0.1.7",
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 18
diff changeset
     9
    "ember-qunit": ">=0.4.9",
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 18
diff changeset
    10
    "ember-qunit-notifications": ">=0.0.7",
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 18
diff changeset
    11
    "ember-resolver": ">=0.1.18",
4
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
    "jquery": "latest",
20
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 18
diff changeset
    13
    "loader.js": "ember-cli/loader.js#3.5.0",
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 18
diff changeset
    14
    "qunit": "~1.18.0",
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 18
diff changeset
    15
    "bootstrap-sass": "bootstrap-sass-official#~3.3.6",
28
b0b56e0f8c7f Add contributor edition
ymh <ymh.work@gmail.com>
parents: 20
diff changeset
    16
    "font-awesome": "~4.4.0",
b0b56e0f8c7f Add contributor edition
ymh <ymh.work@gmail.com>
parents: 20
diff changeset
    17
    "typeahead.js": "~0.11.1",
b0b56e0f8c7f Add contributor edition
ymh <ymh.work@gmail.com>
parents: 20
diff changeset
    18
    "urijs": "URIjs#~1.17.0",
b0b56e0f8c7f Add contributor edition
ymh <ymh.work@gmail.com>
parents: 20
diff changeset
    19
    "store": "https://github.com/marcuswestin/store.js.git#master"
20
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 18
diff changeset
    20
  },
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 18
diff changeset
    21
  "resolutions": {
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 18
diff changeset
    22
    "ember-cli-shims": "0.0.6",
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 18
diff changeset
    23
    "loader.js": "3.5.0",
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 18
diff changeset
    24
    "ember-load-initializers": "0.1.7",
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 18
diff changeset
    25
    "ember": "2.2.0",
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 18
diff changeset
    26
    "qunit-notifications": "~0.1.0"
4
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
    27
  }
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
    28
}