-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathpackage.json
103 lines (103 loc) · 3.29 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "ember-frost-core",
"version": "8.7.2",
"description": "The library of core frost components",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"build": "ember build",
"lint": "lint-all-the-things",
"start": "ember server",
"test": "npm run lint && npm run test-addon",
"test-addon": "EMBER_TRY_SCENARIO=${EMBER_TRY_SCENARIO:=ember-default} && ember try:one $EMBER_TRY_SCENARIO --- COVERAGE=true ember test"
},
"repository": {
"type": "git",
"url": "https://github.com/ciena-frost/ember-frost-core.git"
},
"engines": {
"node": ">= 6.0.0"
},
"author": "Roxanne Panthaky (https://github.com/rox163)",
"contributors": [
"Adam Meadows (https://github.com/job13er)",
"Eric White (https://github.com/EWhite613)",
"Frank Amoroso (https://github.com/TheAxeMan301)",
"Gabriel Knoy (https://github.com/gknoy)",
"Gosia Hyndman (https://github.com/vesper2000)",
"Justin Lafleur (https://github.com/laflower)",
"Matthew Dahl (https://github.com/sandersky)",
"Michael Carroll (https://github.com/juwara0)",
"Peter Banka (https://github.com/psbanka)",
"Steven Glanzer (https://github.com/sglanzer)",
"David Fortin (https://github.com/dafortin)",
"Phillip Plummer (https://github.com/theotherdude)"
],
"license": "MIT",
"devDependencies": {
"bower": "^1.8.2",
"broccoli-asset-rev": "^2.4.5",
"chai-jquery": "^2.0.0",
"ember-browserify": "^1.2.0",
"ember-cli": "2.12.3",
"ember-cli-chai": "0.4.3",
"ember-cli-code-coverage": "0.3.12",
"ember-cli-dependency-checker": "^1.3.0",
"ember-cli-frost-blueprints": "^5.0.2",
"ember-cli-htmlbars-inline-precompile": "0.3.12",
"ember-cli-inject-live-reload": "^1.4.1",
"ember-cli-mirage": "0.2.5",
"ember-cli-mocha": "0.14.4",
"ember-cli-notifications": "4.2.1",
"ember-cli-shims": "^1.0.2",
"ember-cli-uglify": "^1.2.0",
"ember-code-snippet": "1.7.0",
"ember-data": "~2.12.0",
"ember-disable-prototype-extensions": "^1.1.0",
"ember-export-application-global": "^1.0.5",
"ember-frost-test": "^4.0.1",
"ember-load-initializers": "^0.6.0",
"ember-resolver": "^2.0.3",
"ember-sinon": "^0.7.0",
"ember-source": "~2.12.0",
"ember-test-utils": "^8.1.1",
"loader.js": "^4.2.3",
"markdown-code-highlighting": "0.1.0",
"sinon-chai": "^2.14.0"
},
"keywords": [
"ember-addon",
"frost"
],
"ember-addon": {
"after": [
"ember-computed-decorators"
],
"configPath": "tests/dummy/config"
},
"dependencies": {
"broccoli-autoprefixer": "^5.0.0",
"broccoli-babel-transpiler": "^5.7.2",
"broccoli-file-creator": "^1.1.1",
"broccoli-funnel": "^2.0.1",
"broccoli-merge-trees": "^2.0.0",
"broccoli-svgstore": "^0.4.2",
"ember-cli-babel": "^5.1.7",
"ember-cli-htmlbars": "^1.1.1",
"ember-cli-sass": "7.1.1",
"ember-cli-svgstore": "ciena-blueplanet/ember-cli-svgstore#977df1cf58ae43b1d98a591573c3e06947744321",
"ember-cli-version-checker": "~2.0.0",
"ember-computed-decorators": "0.3.0",
"ember-concurrency": "0.7.19",
"ember-elsewhere": "1.0.1",
"ember-hook": "1.4.2",
"ember-prop-types": "^7.0.2",
"ember-spread": "^5.0.0",
"ember-truth-helpers": "^1.3.0"
},
"pr-bumper": {
"coverage": 93.52
}
}