forked from ciena-frost/ember-frost-modal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
110 lines (110 loc) · 3.49 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
104
105
106
107
108
109
110
{
"name": "ember-frost-modal",
"version": "3.8.0",
"description": "Modals for what ails you",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"build": "ember build",
"start": "ember server",
"test": "npm run lint && ember test",
"eslint": "eslint *.js addon app blueprints config tests --fix",
"sass-lint": "sass-lint -q -v",
"lint": "npm run eslint && npm run sass-lint"
},
"repository": "[email protected]:ciena-frost/ember-frost-modal.git",
"engines": {
"node": ">= 5.0.0"
},
"author": "Steven Glanzer (https://github.com/sglanzer)",
"contributors": [
"Eric White (https://github.com/EWhite613)",
"Gosia Hyndman (https://github.com/vesper2000)",
"Justin Lafleur (https://github.com/laflower)",
"Lisa Irwin (https://github.com/lirwin)",
"Matthew Dahl (https://github.com/sandersky)",
"Philippe Bosse (https://github.com/pbosse)",
"Roxanne Panthaky (https://github.com/rox163)"
],
"license": "MIT",
"devDependencies": {
"broccoli-asset-rev": "^2.4.2",
"bunsen-core": "^0.12.1",
"ember-browserify": "1.1.12",
"ember-bunsen-core": "^0.8.0",
"ember-cli": "2.6.3",
"ember-cli-app-version": "^2.0.0",
"ember-cli-code-coverage": "git://github.com/kategengler/ember-cli-code-coverage.git#ac2be3fd751a5667f3e4ccf0d5e9dc3ec0936da1",
"ember-cli-dependency-checker": "^1.2.0",
"ember-cli-htmlbars-inline-precompile": "^0.3.1",
"ember-cli-import-polyfill": "0.2.0",
"ember-cli-inject-live-reload": "^1.4.0",
"ember-cli-mocha": "^0.10.0",
"ember-cli-moment-shim": "2.1.0",
"ember-cli-notifications": "4.0.6",
"ember-cli-release": "0.2.9",
"ember-cli-sri": "^2.1.0",
"ember-cli-uglify": "^1.2.0",
"ember-cli-visual-acceptance": "^1.3.17",
"ember-code-snippet": "1.4.0",
"ember-computed-decorators": "0.2.2",
"ember-concurrency": "0.7.9",
"ember-disable-proxy-controllers": "^1.0.1",
"ember-elsewhere": "~0.3.0",
"ember-export-application-global": "^1.0.5",
"ember-frost-bunsen": "9.0.0",
"ember-frost-core": "~0.25.3",
"ember-frost-tabs": "2.0.2",
"ember-get-config": "0.1.7",
"ember-hook": "1.3.2",
"ember-ignore-children-helper": "^1.0.0",
"ember-load-initializers": "^0.5.1",
"ember-lodash-shim": "1.0.1",
"ember-moment": "7.0.0-beta.3",
"ember-one-way-controls": "1.1.1",
"ember-perfectscroll": "0.1.12",
"ember-prop-types": "2.5.4",
"ember-redux": "1.5.3",
"ember-resolver": "^2.0.3",
"ember-seamless-immutable-shim": "^1.0.1",
"ember-sinon": "0.5.1",
"ember-sortable": "1.8.2",
"ember-test-helpers": "0.5.33",
"ember-truth-helpers": "1.2.0",
"ember-validator-shim": "^1.0.1",
"ember-z-schema": "^1.0.1",
"eslint": "^3.4.0",
"eslint-config-frost-standard": "^4.0.0",
"eslint-plugin-mocha": "^4.5.0",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-standard": "^2.0.0",
"liquid-fire": "0.25.0",
"loader.js": "^4.0.1",
"lodash-es": "4.15.0",
"redux": "3.6.0",
"redux-thunk": "2.1.0",
"sass-lint": "1.9.1",
"seamless-immutable": "^6.1.1",
"svg4everybody": "2.1.0",
"validator": "^5.7.0",
"z-schema": "^3.17.0"
},
"keywords": [
"ember-addon",
"frost"
],
"dependencies": {
"ember-cli-babel": "^5.1.5",
"ember-cli-htmlbars": "^1.0.1",
"ember-cli-sass": "^5.3.0"
},
"ember-addon": {
"configPath": "tests/dummy/config"
},
"ember-frost-icon-pack": {
"name": "frost-modal",
"path": "svgs"
}
}