forked from ciena-frost/ember-frost-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
102 lines (102 loc) · 3.34 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
{
"name": "ember-frost-core",
"version": "1.9.7",
"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:=default} && ember try:one $EMBER_TRY_SCENARIO --- COVERAGE=true ember test"
},
"repository": "git@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)"
],
"license": "MIT",
"devDependencies": {
"broccoli-asset-rev": "^2.5.0",
"chai-jquery": "^2.0.0",
"ember-cli": "^2.11.0",
"ember-cli-chai": "0.3.2",
"ember-cli-code-coverage": "0.3.5",
"ember-cli-dependency-checker": "^1.3.0",
"ember-cli-htmlbars-inline-precompile": "0.3.6",
"ember-cli-inject-live-reload": "^1.4.1",
"ember-cli-mirage": "0.2.5",
"ember-cli-mocha": "0.13.2",
"ember-cli-notifications": "^4.1.6",
"ember-cli-test-loader": "^1.1.1",
"ember-cli-uglify": "^1.2.0",
"ember-code-snippet": "^1.8.0",
"ember-computed-decorators": "0.3.0",
"ember-concurrency": "0.7.19",
"ember-data": "^2.11.0",
"ember-disable-prototype-extensions": "1.1.0",
"ember-disable-proxy-controllers": "^1.0.1",
"ember-elsewhere": "0.4.1",
"ember-export-application-global": "^1.1.1",
"ember-frost-test": "^1.0.0",
"ember-hook": "^1.4.1",
"ember-load-initializers": "0.6.3",
"ember-prop-types": "^3.10.2",
"ember-resolver": "^2.1.1",
"ember-sinon": "0.6.0",
"ember-test-utils": "^1.10.3",
"ember-truth-helpers": "^1.3.0",
"frost-guide-custom-routing": "0.0.4",
"loader.js": "^4.1.0",
"markdown-code-highlighting": "0.1.0",
"sinon-chai": "^2.8.0"
},
"keywords": [
"ember-addon",
"ember-frost-icon-pack",
"frost"
],
"ember-addon": {
"after": [
"ember-computed-decorators"
],
"configPath": "tests/dummy/config"
},
"ember-frost-icon-pack": {
"name": "frost"
},
"dependencies": {
"bluebird": "^3.4.6",
"broccoli-file-creator": "^1.1.0",
"broccoli-funnel": "^1.0.1",
"broccoli-merge-trees": "^1.0.0",
"broccoli-svgstore": "git://github.com/ciena-frost/broccoli-svgstore.git",
"ember-cli-babel": "^5.1.6",
"ember-cli-get-component-path-option": "1.0.0",
"ember-cli-htmlbars": "^1.0.3",
"ember-cli-normalize-entity-name": "^1.0.0",
"ember-cli-path-utils": "^1.0.0",
"ember-cli-sass": "^5.6.0",
"ember-cli-string-utils": "^1.0.0",
"ember-cli-valid-component-name": "^1.0.0",
"ember-spread": "^1.1.1",
"fs-extra-promise": "^0.4.0",
"npm-install-security-check": "^1.0.0"
}
}