author | ymh <ymh.work@gmail.com> |
Wed, 28 Sep 2016 15:58:18 +0200 | |
changeset 305 | ff6cf3fc5f40 |
parent 304 | 20071981ba2a |
child 354 | e5f3ab70f6ab |
permissions | -rw-r--r-- |
4 | 1 |
{ |
2 |
"name": "bo-client", |
|
3 |
"version": "0.0.0", |
|
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", |
159 | 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" |
4 | 15 |
}, |
16 |
"repository": "", |
|
17 |
"engines": { |
|
18 |
"node": ">= 0.10.0" |
|
19 |
}, |
|
20 |
"author": "", |
|
21 |
"license": "MIT", |
|
22 |
"devDependencies": { |
|
147 | 23 |
"bower": "^1.7.9", |
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
|
24 |
"broccoli-asset-rev": "^2.4.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
|
25 |
"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
|
26 |
"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
|
27 |
"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
|
28 |
"corpus-common-addon": "file:../../common/corpus-common-addon", |
155 | 29 |
"ember-ajax": "^2.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
|
30 |
"ember-aupac-typeahead": "IRI-Research/ember-aupac-typeahead#ember_2.8", |
304
20071981ba2a
add location and geonames resolvers and api
ymh <ymh.work@gmail.com>
parents:
263
diff
changeset
|
31 |
"ember-cli": "^2.8.0", |
118
dbcacab69cfc
upgrade ember version to v2.3.1 for bo-client
ymh <ymh.work@gmail.com>
parents:
32
diff
changeset
|
32 |
"ember-cli-app-version": "^1.0.0", |
20 | 33 |
"ember-cli-babel": "^5.1.6", |
32 | 34 |
"ember-cli-dependency-checker": "^1.2.0", |
147 | 35 |
"ember-cli-htmlbars": "^1.0.3", |
20 | 36 |
"ember-cli-htmlbars-inline-precompile": "^0.3.1", |
147 | 37 |
"ember-cli-inject-live-reload": "^1.4.0", |
155 | 38 |
"ember-cli-jshint": "^1.0.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
|
39 |
"ember-cli-qunit": "^2.1.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
|
40 |
"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
|
41 |
"ember-cli-sass": "5.5.0", |
147 | 42 |
"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
|
43 |
"ember-cli-test-loader": "^1.1.0", |
4 | 44 |
"ember-cli-uglify": "^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
|
45 |
"ember-data": "^2.8.0-beta.1", |
20 | 46 |
"ember-disable-proxy-controllers": "^1.0.1", |
47 |
"ember-export-application-global": "^1.0.5", |
|
159 | 48 |
"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
|
49 |
"ember-i18n": "4.2.2", |
147 | 50 |
"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
|
51 |
"ember-lodash": "0.0.10", |
32 | 52 |
"ember-resolver": "^2.0.3", |
28 | 53 |
"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
|
54 |
"ember-welcome-page": "^1.0.3", |
304
20071981ba2a
add location and geonames resolvers and api
ymh <ymh.work@gmail.com>
parents:
263
diff
changeset
|
55 |
"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
|
56 |
"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
|
57 |
"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
|
58 |
"express": "^4.14.0", |
147 | 59 |
"glob": "^7.0.3", |
137 | 60 |
"http-proxy": "^1.13.2", |
147 | 61 |
"loader.js": "^4.0.1", |
62 |
"lodash": "^4.7.0", |
|
63 |
"morgan": "^1.7.0", |
|
64 |
"npm-check-updates": "^2.6.1", |
|
304
20071981ba2a
add location and geonames resolvers and api
ymh <ymh.work@gmail.com>
parents:
263
diff
changeset
|
65 |
"walk-sync": "^0.3.1" |
136 | 66 |
} |
4 | 67 |
} |