forked from danielraggs/ember-material-components-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.47 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.47 KB
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
{
"name": "ember-material-components-web",
"version": "0.0.33",
"description": "A suite of Ember components wrapping the official Google material-components-web library",
"keywords": [
"ember-addon",
"ember",
"ui",
"components",
"design",
"paper",
"google",
"material",
"material-components",
"material-components-web"
],
"license": "MIT",
"author": "Kerrick Long",
"directories": {
"doc": "doc",
"test": "tests"
},
"repository": "secondstreet/ember-material-components-web",
"scripts": {
"build": "ember build",
"start": "ember server",
"test": "ember try:each"
},
"dependencies": {
"ember-cli-babel": "^5.1.7",
"ember-cli-htmlbars": "^1.0.10",
"ember-rollup": "^0.3.4"
},
"devDependencies": {
"@material/animation": "0.2.2",
"@material/base": "0.1.0",
"@material/button": "0.3.7",
"@material/card": "0.1.0",
"@material/checkbox": "0.1.0",
"@material/drawer": "^0.5.4",
"@material/elevation": "0.1.1",
"@material/fab": "0.3.9",
"@material/form-field": "0.1.1",
"@material/icon-toggle": "0.1.12",
"@material/linear-progress": "0.1.3",
"@material/list": "0.1.0",
"@material/menu": "0.4.0",
"@material/radio": "0.2.5",
"@material/ripple": "0.7.0",
"@material/tabs": "0.1.1",
"@material/textfield": "0.2.0",
"@material/theme": "0.1.5",
"@material/toolbar": "0.4.1",
"@material/typography": "^0.3.0",
"broccoli-asset-rev": "^2.4.5",
"ember-ajax": "^2.4.1",
"ember-cli": "2.10.0",
"ember-cli-app-version": "^2.0.0",
"ember-cli-dependency-checker": "^1.3.0",
"ember-cli-github-pages": "0.1.2",
"ember-cli-htmlbars-inline-precompile": "^0.3.3",
"ember-cli-inject-live-reload": "^1.4.1",
"ember-cli-jshint": "^2.0.1",
"ember-cli-qunit": "^3.0.1",
"ember-cli-release": "^0.2.9",
"ember-cli-sri": "^2.1.0",
"ember-cli-test-loader": "^1.1.0",
"ember-cli-uglify": "^1.2.0",
"ember-composable-helpers": "2.0.1",
"ember-data": "^2.10.0",
"ember-disable-prototype-extensions": "^1.1.0",
"ember-export-application-global": "^1.0.5",
"ember-load-initializers": "^0.5.1",
"ember-resolver": "^2.0.3",
"loader.js": "^4.0.10"
},
"engines": {
"node": ">= 0.12.0"
},
"ember-addon": {
"demoURL": "https://secondstreet.github.io/ember-material-components-web/",
"versionCompatibility": {
"ember": ">=2.10.0"
},
"configPath": "tests/dummy/config"
}
}