-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.99 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "@ember-intl/polyfill",
"version": "0.3.1",
"description": "ember-cli addon for IntlJS polyfill",
"keywords": [
"ember-addon",
"intljs",
"ember-intl",
"intl"
],
"license": "MIT",
"author": "jason.mitchell.w@gmail.com",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "http://github.com/ember-intl/polyfill.git"
},
"homepage": "https://github.com/ember-intl/polyfill",
"scripts": {
"build": "ember build",
"start": "ember server",
"test": "yarn test:node",
"test:fe": "ember try:each",
"test:node": "./node_modules/mocha/bin/mocha tests-node/**/test.js",
"test:node:watch": "./node_modules/mocha/bin/mocha -w tests-node/**/test.*"
},
"dependencies": {
"broccoli-funnel": "^1.2.0",
"broccoli-merge-trees": "^2.0.0",
"broccoli-source": "^1.1.0",
"broccoli-stew": "^1.5.0",
"ember-cli-babel": "^6.3.0",
"ember-cli-import-polyfill": "^0.2.0",
"exists-sync": "^0.0.4",
"intl": "^1.2.5",
"lodash.get": "^4.4.2"
},
"devDependencies": {
"broccoli-asset-rev": "^2.4.5",
"chai": "^4.1.1",
"debug": "^3.0.0",
"denodeify": "^1.2.1",
"ember-cli": "~2.14.1",
"ember-cli-addon-tests": "^0.9.2",
"ember-cli-dependency-checker": "^1.3.0",
"ember-cli-eslint": "^3.0.0",
"ember-cli-htmlbars": "^2.0.3",
"ember-cli-inject-live-reload": "^1.4.1",
"ember-cli-qunit": "^4.0.0",
"ember-cli-shims": "^1.1.0",
"ember-cli-sri": "^2.1.0",
"ember-cli-uglify": "^1.2.0",
"ember-disable-prototype-extensions": "^1.1.2",
"ember-export-application-global": "^2.0.0",
"ember-load-initializers": "^1.0.0",
"ember-open-browser": "^0.5.1",
"ember-resolver": "^4.0.0",
"ember-source": "^2.14.1",
"loader.js": "^4.2.3",
"mocha": "^3.5.0",
"request": "^2.81.0"
},
"engines": {
"node": "^4.5 || 6.* || >= 7.*"
},
"ember-addon": {
"configPath": "tests/dummy/config",
"after": [
"ember-intl"
]
}
}