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-- |
4 | 1 |
{ |
2 |
"name": "bo-client", |
|
426 | 3 |
"version": "0.0.12", |
155 | 4 |
"description": "Bo client for Corpus Parole", |
4 | 5 |
"private": true, |
6 |
"directories": { |
|
7 |
"doc": "doc", |
|
8 |
"test": "tests" |
|
9 |
}, |
|
10 |
"scripts": { |
|
11 |
"build": "ember build", |
|
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 | 16 |
}, |
17 |
"repository": "", |
|
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 | 20 |
}, |
21 |
"author": "", |
|
22 |
"license": "MIT", |
|
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 | 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 | 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 | 47 |
"ember-disable-proxy-controllers": "^1.0.1", |
48 |
"ember-export-application-global": "^1.0.5", |
|
159 | 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 | 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 | 53 |
"ember-resolver": "^2.0.3", |
28 | 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 | 60 |
"glob": "^7.0.3", |
137 | 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 | 63 |
"lodash": "^4.7.0", |
64 |
"morgan": "^1.7.0", |
|
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 | 67 |
} |
4 | 68 |
} |