common/corpus-common-addon/package.json
author ymh <ymh.work@gmail.com>
Tue, 20 Mar 2018 15:02:40 +0100
changeset 573 25f3d28f51b2
parent 572 190ae1dee68d
permissions -rw-r--r--
Added tag 0.0.25 for changeset 190ae1dee68d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
127
5cd8c3065c38 extract common functionalities to common module. First application to lexvo name resolving
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
{
5cd8c3065c38 extract common functionalities to common module. First application to lexvo name resolving
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
  "name": "corpus-common-addon",
572
190ae1dee68d New version, update js requirements + package files.
ymh <ymh.work@gmail.com>
parents: 554
diff changeset
     3
  "version": "0.0.25",
127
5cd8c3065c38 extract common functionalities to common module. First application to lexvo name resolving
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
  "description": "Common features between cms and bo.",
409
8371c99c7947 set version 0.0.9
ymh <ymh.work@gmail.com>
parents: 406
diff changeset
     5
  "private": true,
456
3a32d2f57429 ember 2.10
ymh <ymh.work@gmail.com>
parents: 451
diff changeset
     6
  "keywords": [
3a32d2f57429 ember 2.10
ymh <ymh.work@gmail.com>
parents: 451
diff changeset
     7
    "ember-addon"
3a32d2f57429 ember 2.10
ymh <ymh.work@gmail.com>
parents: 451
diff changeset
     8
  ],
3a32d2f57429 ember 2.10
ymh <ymh.work@gmail.com>
parents: 451
diff changeset
     9
  "license": "MIT",
3a32d2f57429 ember 2.10
ymh <ymh.work@gmail.com>
parents: 451
diff changeset
    10
  "author": "",
127
5cd8c3065c38 extract common functionalities to common module. First application to lexvo name resolving
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
  "directories": {
5cd8c3065c38 extract common functionalities to common module. First application to lexvo name resolving
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
    "doc": "doc",
5cd8c3065c38 extract common functionalities to common module. First application to lexvo name resolving
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
    "test": "tests"
5cd8c3065c38 extract common functionalities to common module. First application to lexvo name resolving
ymh <ymh.work@gmail.com>
parents:
diff changeset
    14
  },
456
3a32d2f57429 ember 2.10
ymh <ymh.work@gmail.com>
parents: 451
diff changeset
    15
  "repository": "",
127
5cd8c3065c38 extract common functionalities to common module. First application to lexvo name resolving
ymh <ymh.work@gmail.com>
parents:
diff changeset
    16
  "scripts": {
5cd8c3065c38 extract common functionalities to common module. First application to lexvo name resolving
ymh <ymh.work@gmail.com>
parents:
diff changeset
    17
    "build": "ember build",
5cd8c3065c38 extract common functionalities to common module. First application to lexvo name resolving
ymh <ymh.work@gmail.com>
parents:
diff changeset
    18
    "start": "ember server",
406
cf0f23803a53 upgrade elasticsearch to 5.0, upgrade ember
ymh <ymh.work@gmail.com>
parents: 402
diff changeset
    19
    "test": "ember try:each",
392
4fbe94af93e8 Improve filter service. Centralize filter management in a single point
ymh <ymh.work@gmail.com>
parents: 305
diff changeset
    20
    "set-version": "bash -c 'sed -i \"\" -e \"s/\\([:space:]*\\\"version\\\"[[:space:]]*\\:[[:space:]]*\\\"\\)[\\.0-9]*\\(\\\".*\\)/\\1${1}\\2/\" package.json' 0"
127
5cd8c3065c38 extract common functionalities to common module. First application to lexvo name resolving
ymh <ymh.work@gmail.com>
parents:
diff changeset
    21
  },
456
3a32d2f57429 ember 2.10
ymh <ymh.work@gmail.com>
parents: 451
diff changeset
    22
  "dependencies": {
543
aaaf9b0b09f6 upgrade ember
ymh <ymh.work@gmail.com>
parents: 541
diff changeset
    23
    "bower-config": "^1.4.0",
456
3a32d2f57429 ember 2.10
ymh <ymh.work@gmail.com>
parents: 451
diff changeset
    24
    "chalk": "^1.1.3",
543
aaaf9b0b09f6 upgrade ember
ymh <ymh.work@gmail.com>
parents: 541
diff changeset
    25
    "ember-cli-babel": "^6.7.1",
aaaf9b0b09f6 upgrade ember
ymh <ymh.work@gmail.com>
parents: 541
diff changeset
    26
    "ember-cli-htmlbars": "^2.0.1"
127
5cd8c3065c38 extract common functionalities to common module. First application to lexvo name resolving
ymh <ymh.work@gmail.com>
parents:
diff changeset
    27
  },
5cd8c3065c38 extract common functionalities to common module. First application to lexvo name resolving
ymh <ymh.work@gmail.com>
parents:
diff changeset
    28
  "devDependencies": {
406
cf0f23803a53 upgrade elasticsearch to 5.0, upgrade ember
ymh <ymh.work@gmail.com>
parents: 402
diff changeset
    29
    "bower": "^1.8.0",
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    30
    "ember-ajax": "^3.0.0",
543
aaaf9b0b09f6 upgrade ember
ymh <ymh.work@gmail.com>
parents: 541
diff changeset
    31
    "ember-cli": "2.15.1",
406
cf0f23803a53 upgrade elasticsearch to 5.0, upgrade ember
ymh <ymh.work@gmail.com>
parents: 402
diff changeset
    32
    "ember-cli-dependency-checker": "^1.3.0",
543
aaaf9b0b09f6 upgrade ember
ymh <ymh.work@gmail.com>
parents: 541
diff changeset
    33
    "ember-cli-eslint": "^4.0.0",
aaaf9b0b09f6 upgrade ember
ymh <ymh.work@gmail.com>
parents: 541
diff changeset
    34
    "ember-cli-htmlbars-inline-precompile": "^1.0.0",
aaaf9b0b09f6 upgrade ember
ymh <ymh.work@gmail.com>
parents: 541
diff changeset
    35
    "ember-cli-inject-live-reload": "^1.4.1",
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    36
    "ember-cli-shims": "^1.1.0",
543
aaaf9b0b09f6 upgrade ember
ymh <ymh.work@gmail.com>
parents: 541
diff changeset
    37
    "ember-cli-qunit": "^4.0.0",
aaaf9b0b09f6 upgrade ember
ymh <ymh.work@gmail.com>
parents: 541
diff changeset
    38
    "ember-cli-sri": "^2.1.0",
aaaf9b0b09f6 upgrade ember
ymh <ymh.work@gmail.com>
parents: 541
diff changeset
    39
    "ember-cli-uglify": "^1.2.0",
511
fbf4e1afab01 upgrade ember version
ymh <ymh.work@gmail.com>
parents: 509
diff changeset
    40
    "ember-data": "^2.11.0",
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    41
    "ember-export-application-global": "^2.0.0",
543
aaaf9b0b09f6 upgrade ember
ymh <ymh.work@gmail.com>
parents: 541
diff changeset
    42
    "ember-resolver": "^4.0.0",
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    43
    "ember-load-initializers": "^1.0.0",
543
aaaf9b0b09f6 upgrade ember
ymh <ymh.work@gmail.com>
parents: 541
diff changeset
    44
    "ember-source": "~2.15.0",
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    45
    "ember-welcome-page": "^3.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    46
    "eslint": "^3.19.0",
305
ff6cf3fc5f40 api reorganisation and propagation if the changes + some code cleaning
ymh <ymh.work@gmail.com>
parents: 304
diff changeset
    47
    "eslint-config-ember": "^0.3.0",
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    48
    "eslint-config-standard": "^10.2.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    49
    "eslint-plugin-import": "^2.3.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    50
    "eslint-plugin-node": "^5.0.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    51
    "eslint-plugin-promise": "^3.5.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    52
    "eslint-plugin-standard": "^3.0.1",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    53
    "loader.js": "^4.2.3",
532
1190ea937f2d make things work after node 8, npm 5 migration. Migrate to lodash 4
ymh <ymh.work@gmail.com>
parents: 530
diff changeset
    54
    "lodash": "^4.17.4",
537
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    55
    "q": "^1.5.0",
d2e6ee099125 upgrade ember + laravel + make everything work
ymh <ymh.work@gmail.com>
parents: 532
diff changeset
    56
    "request": "^2.81.0"
127
5cd8c3065c38 extract common functionalities to common module. First application to lexvo name resolving
ymh <ymh.work@gmail.com>
parents:
diff changeset
    57
  },
456
3a32d2f57429 ember 2.10
ymh <ymh.work@gmail.com>
parents: 451
diff changeset
    58
  "engines": {
543
aaaf9b0b09f6 upgrade ember
ymh <ymh.work@gmail.com>
parents: 541
diff changeset
    59
    "node": "^4.5 || 6.* || >= 7.*"
127
5cd8c3065c38 extract common functionalities to common module. First application to lexvo name resolving
ymh <ymh.work@gmail.com>
parents:
diff changeset
    60
  },
5cd8c3065c38 extract common functionalities to common module. First application to lexvo name resolving
ymh <ymh.work@gmail.com>
parents:
diff changeset
    61
  "ember-addon": {
5cd8c3065c38 extract common functionalities to common module. First application to lexvo name resolving
ymh <ymh.work@gmail.com>
parents:
diff changeset
    62
    "configPath": "tests/dummy/config"
5cd8c3065c38 extract common functionalities to common module. First application to lexvo name resolving
ymh <ymh.work@gmail.com>
parents:
diff changeset
    63
  }
5cd8c3065c38 extract common functionalities to common module. First application to lexvo name resolving
ymh <ymh.work@gmail.com>
parents:
diff changeset
    64
}