server/bo_client/package.json
author ymh <ymh.work@gmail.com>
Tue, 15 Nov 2016 18:27:17 +0100
changeset 426 d8ae6c0c0a0a
parent 417 3fbc9b479578
child 435 c53b87b00ea3
permissions -rw-r--r--
version 0.0.12
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",
426
d8ae6c0c0a0a version 0.0.12
ymh <ymh.work@gmail.com>
parents: 417
diff changeset
     3
  "version": "0.0.12",
155
76ae75975ee2 upgrade ember to 2.6.0
ymh <ymh.work@gmail.com>
parents: 149
diff changeset
     4
  "description": "Bo client for Corpus Parole",
4
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
  "private": true,
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
  "directories": {
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
    "doc": "doc",
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
    "test": "tests"
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
  },
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
  "scripts": {
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
    "build": "ember build",
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
    "start": "ember server",
130
fac22d8c2df8 add subjects to model + simple display on bo + add command to downloads documents to fixtures for test
ymh <ymh.work@gmail.com>
parents: 127
diff changeset
    13
    "test": "ember test",
364
d065d3307805 add script to globally set version
ymh <ymh.work@gmail.com>
parents: 354
diff changeset
    14
    "dl-documents": "ember dl-fixtures -u http://127.0.0.1:8000/api/v1/documents/ -d server/fixtures/documents.js -p 2 -t documents -f require",
d065d3307805 add script to globally set version
ymh <ymh.work@gmail.com>
parents: 354
diff changeset
    15
    "set-version": "bash -c 'sed -i \"\" -e \"s/\\([:space:]*\\\"version\\\"[[:space:]]*\\:[[:space:]]*\\\"\\)[\\.0-9]*\\(\\\".*\\)/\\1${1}\\2/\" package.json' 0"
4
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
    16
  },
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
    17
  "repository": "",
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
    18
  "engines": {
406
cf0f23803a53 upgrade elasticsearch to 5.0, upgrade ember
ymh <ymh.work@gmail.com>
parents: 402
diff changeset
    19
    "node": ">= 0.12.0"
4
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
    20
  },
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
    21
  "author": "",
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
    22
  "license": "MIT",
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
    23
  "devDependencies": {
406
cf0f23803a53 upgrade elasticsearch to 5.0, upgrade ember
ymh <ymh.work@gmail.com>
parents: 402
diff changeset
    24
    "bower": "^1.8.0",
cf0f23803a53 upgrade elasticsearch to 5.0, upgrade ember
ymh <ymh.work@gmail.com>
parents: 402
diff changeset
    25
    "broccoli-asset-rev": "^2.4.5",
263
3deace9204de pass bo_client to ember 2.8, adjust for the hack around the aupac-typeahead bug in 2.8 (c.f. https://github.com/aupac/ember-aupac-typeahead/issues/23)
ymh <ymh.work@gmail.com>
parents: 159
diff changeset
    26
    "broccoli-funnel": "^1.0.6",
3deace9204de pass bo_client to ember 2.8, adjust for the hack around the aupac-typeahead bug in 2.8 (c.f. https://github.com/aupac/ember-aupac-typeahead/issues/23)
ymh <ymh.work@gmail.com>
parents: 159
diff changeset
    27
    "broccoli-merge-trees": "^1.1.4",
118
dbcacab69cfc upgrade ember version to v2.3.1 for bo-client
ymh <ymh.work@gmail.com>
parents: 32
diff changeset
    28
    "broccoli-static-compiler": "^0.2.2",
127
5cd8c3065c38 extract common functionalities to common module. First application to lexvo name resolving
ymh <ymh.work@gmail.com>
parents: 125
diff changeset
    29
    "corpus-common-addon": "file:../../common/corpus-common-addon",
406
cf0f23803a53 upgrade elasticsearch to 5.0, upgrade ember
ymh <ymh.work@gmail.com>
parents: 402
diff changeset
    30
    "ember-ajax": "^2.4.1",
263
3deace9204de pass bo_client to ember 2.8, adjust for the hack around the aupac-typeahead bug in 2.8 (c.f. https://github.com/aupac/ember-aupac-typeahead/issues/23)
ymh <ymh.work@gmail.com>
parents: 159
diff changeset
    31
    "ember-aupac-typeahead": "IRI-Research/ember-aupac-typeahead#ember_2.8",
406
cf0f23803a53 upgrade elasticsearch to 5.0, upgrade ember
ymh <ymh.work@gmail.com>
parents: 402
diff changeset
    32
    "ember-cli": "2.9.1",
cf0f23803a53 upgrade elasticsearch to 5.0, upgrade ember
ymh <ymh.work@gmail.com>
parents: 402
diff changeset
    33
    "ember-cli-app-version": "^2.0.0",
cf0f23803a53 upgrade elasticsearch to 5.0, upgrade ember
ymh <ymh.work@gmail.com>
parents: 402
diff changeset
    34
    "ember-cli-babel": "^5.1.7",
cf0f23803a53 upgrade elasticsearch to 5.0, upgrade ember
ymh <ymh.work@gmail.com>
parents: 402
diff changeset
    35
    "ember-cli-dependency-checker": "^1.3.0",
cf0f23803a53 upgrade elasticsearch to 5.0, upgrade ember
ymh <ymh.work@gmail.com>
parents: 402
diff changeset
    36
    "ember-cli-htmlbars": "^1.0.10",
cf0f23803a53 upgrade elasticsearch to 5.0, upgrade ember
ymh <ymh.work@gmail.com>
parents: 402
diff changeset
    37
    "ember-cli-htmlbars-inline-precompile": "^0.3.3",
cf0f23803a53 upgrade elasticsearch to 5.0, upgrade ember
ymh <ymh.work@gmail.com>
parents: 402
diff changeset
    38
    "ember-cli-inject-live-reload": "^1.4.1",
cf0f23803a53 upgrade elasticsearch to 5.0, upgrade ember
ymh <ymh.work@gmail.com>
parents: 402
diff changeset
    39
    "ember-cli-jshint": "^1.0.4",
cf0f23803a53 upgrade elasticsearch to 5.0, upgrade ember
ymh <ymh.work@gmail.com>
parents: 402
diff changeset
    40
    "ember-cli-qunit": "^3.0.1",
263
3deace9204de pass bo_client to ember 2.8, adjust for the hack around the aupac-typeahead bug in 2.8 (c.f. https://github.com/aupac/ember-aupac-typeahead/issues/23)
ymh <ymh.work@gmail.com>
parents: 159
diff changeset
    41
    "ember-cli-release": "^0.2.9",
3deace9204de pass bo_client to ember 2.8, adjust for the hack around the aupac-typeahead bug in 2.8 (c.f. https://github.com/aupac/ember-aupac-typeahead/issues/23)
ymh <ymh.work@gmail.com>
parents: 159
diff changeset
    42
    "ember-cli-sass": "5.5.0",
147
bc37828169f3 upgrade bo_client to 2.4.3
ymh <ymh.work@gmail.com>
parents: 137
diff changeset
    43
    "ember-cli-sri": "^2.1.0",
263
3deace9204de pass bo_client to ember 2.8, adjust for the hack around the aupac-typeahead bug in 2.8 (c.f. https://github.com/aupac/ember-aupac-typeahead/issues/23)
ymh <ymh.work@gmail.com>
parents: 159
diff changeset
    44
    "ember-cli-test-loader": "^1.1.0",
4
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
    45
    "ember-cli-uglify": "^1.2.0",
406
cf0f23803a53 upgrade elasticsearch to 5.0, upgrade ember
ymh <ymh.work@gmail.com>
parents: 402
diff changeset
    46
    "ember-data": "^2.9.0",
20
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
    47
    "ember-disable-proxy-controllers": "^1.0.1",
a9b98b16b053 add contributor list + edition pane
ymh <ymh.work@gmail.com>
parents: 4
diff changeset
    48
    "ember-export-application-global": "^1.0.5",
159
dd4ee1d4122c upgrade ember
ymh <ymh.work@gmail.com>
parents: 158
diff changeset
    49
    "ember-font-awesome": "martndemus/ember-font-awesome#pull/91/head",
263
3deace9204de pass bo_client to ember 2.8, adjust for the hack around the aupac-typeahead bug in 2.8 (c.f. https://github.com/aupac/ember-aupac-typeahead/issues/23)
ymh <ymh.work@gmail.com>
parents: 159
diff changeset
    50
    "ember-i18n": "4.2.2",
147
bc37828169f3 upgrade bo_client to 2.4.3
ymh <ymh.work@gmail.com>
parents: 137
diff changeset
    51
    "ember-load-initializers": "^0.5.1",
263
3deace9204de pass bo_client to ember 2.8, adjust for the hack around the aupac-typeahead bug in 2.8 (c.f. https://github.com/aupac/ember-aupac-typeahead/issues/23)
ymh <ymh.work@gmail.com>
parents: 159
diff changeset
    52
    "ember-lodash": "0.0.10",
32
9765cf7cf817 upgrade to ember-cli 2.2(beta)
ymh <ymh.work@gmail.com>
parents: 28
diff changeset
    53
    "ember-resolver": "^2.0.3",
28
b0b56e0f8c7f Add contributor edition
ymh <ymh.work@gmail.com>
parents: 20
diff changeset
    54
    "ember-truth-helpers": "1.2.0",
263
3deace9204de pass bo_client to ember 2.8, adjust for the hack around the aupac-typeahead bug in 2.8 (c.f. https://github.com/aupac/ember-aupac-typeahead/issues/23)
ymh <ymh.work@gmail.com>
parents: 159
diff changeset
    55
    "ember-welcome-page": "^1.0.3",
304
20071981ba2a add location and geonames resolvers and api
ymh <ymh.work@gmail.com>
parents: 263
diff changeset
    56
    "eslint": "^3.5.0",
305
ff6cf3fc5f40 api reorganisation and propagation if the changes + some code cleaning
ymh <ymh.work@gmail.com>
parents: 304
diff changeset
    57
    "eslint-config-ember": "^0.3.0",
263
3deace9204de pass bo_client to ember 2.8, adjust for the hack around the aupac-typeahead bug in 2.8 (c.f. https://github.com/aupac/ember-aupac-typeahead/issues/23)
ymh <ymh.work@gmail.com>
parents: 159
diff changeset
    58
    "eslint-config-google": "^0.6.0",
3deace9204de pass bo_client to ember 2.8, adjust for the hack around the aupac-typeahead bug in 2.8 (c.f. https://github.com/aupac/ember-aupac-typeahead/issues/23)
ymh <ymh.work@gmail.com>
parents: 159
diff changeset
    59
    "express": "^4.14.0",
147
bc37828169f3 upgrade bo_client to 2.4.3
ymh <ymh.work@gmail.com>
parents: 137
diff changeset
    60
    "glob": "^7.0.3",
137
1baa7c6bd370 add subject edition
ymh <ymh.work@gmail.com>
parents: 136
diff changeset
    61
    "http-proxy": "^1.13.2",
406
cf0f23803a53 upgrade elasticsearch to 5.0, upgrade ember
ymh <ymh.work@gmail.com>
parents: 402
diff changeset
    62
    "loader.js": "^4.0.10",
147
bc37828169f3 upgrade bo_client to 2.4.3
ymh <ymh.work@gmail.com>
parents: 137
diff changeset
    63
    "lodash": "^4.7.0",
bc37828169f3 upgrade bo_client to 2.4.3
ymh <ymh.work@gmail.com>
parents: 137
diff changeset
    64
    "morgan": "^1.7.0",
bc37828169f3 upgrade bo_client to 2.4.3
ymh <ymh.work@gmail.com>
parents: 137
diff changeset
    65
    "npm-check-updates": "^2.6.1",
304
20071981ba2a add location and geonames resolvers and api
ymh <ymh.work@gmail.com>
parents: 263
diff changeset
    66
    "walk-sync": "^0.3.1"
136
5fed7e1716c2 upgrade ember and ember cli
ymh <ymh.work@gmail.com>
parents: 131
diff changeset
    67
  }
4
f55970e41793 first skeleton of bo client in ember
ymh <ymh.work@gmail.com>
parents:
diff changeset
    68
}