-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
93 lines (93 loc) · 2.61 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
{
"name": "@html-next/flexi-layouts",
"version": "2.2.2",
"description": "The layouts portion of flexi",
"keywords": [
"layout",
"responsive",
"cross-platform",
"ember",
"flexbox",
"grid",
"ember-addon"
],
"license": "MIT",
"author": "Chris Thoburn (@runspired) <[email protected]>",
"contributors": [
{
"name": "Robert Wagner",
"email": "[email protected]",
"url": "https://github.com/rwwagner90"
},
{
"name": "Kyle Bishop",
"email": "[email protected]",
"url": "https://github.com/kybishop"
}
],
"directories": {
"doc": "doc",
"test": "tests"
},
"repository": "https://github.com/html-next/flexi-layouts.git",
"scripts": {
"build": "ember build",
"lint:js": "eslint ./*.js addon addon-test-support app blueprints config lib server test-support tests",
"start": "ember serve",
"test": "ember test",
"test:all": "ember try:each"
},
"dependencies": {
"@html-next/flexi-config": "2.1.1",
"broccoli-funnel": "^2.0.1",
"broccoli-merge-trees": "^3.0.0",
"broccoli-plugin": "^1.2.1",
"chalk": "^2.1.0",
"debug": "^3.0.1",
"ember-cli-babel": "^6.6.0",
"ember-cli-htmlbars": "^2.0.1",
"ember-cli-preprocess-registry": "^3.0.0",
"ember-copy": "^1.0.0",
"ember-window-mock": "^0.4.0",
"rsvp": "^4.0.0"
},
"devDependencies": {
"@html-next/flexi-default-styles": "2.1.1",
"@html-next/flexi-dsl": "2.1.0",
"broccoli-asset-rev": "^2.7.0",
"ember-cli": "~3.2.0-beta.2",
"ember-cli-changelog": "0.3.4",
"ember-cli-dependency-checker": "^2.0.0",
"ember-cli-eslint": "^4.2.1",
"ember-cli-htmlbars-inline-precompile": "^1.0.0",
"ember-cli-inject-live-reload": "^1.4.1",
"ember-cli-node-assets": "^0.2.2",
"ember-cli-qunit": "^4.1.1",
"ember-cli-shims": "^1.2.0",
"ember-cli-sri": "^2.1.0",
"ember-cli-uglify": "^2.1.0",
"ember-disable-prototype-extensions": "^1.1.2",
"ember-export-application-global": "^2.0.0",
"ember-load-initializers": "^1.1.0",
"ember-maybe-import-regenerator": "^0.1.6",
"ember-native-dom-helpers": "^0.6.2",
"ember-resolver": "^4.0.0",
"ember-source": "~3.2.0-beta.2",
"ember-source-channel-url": "^1.0.1",
"ember-try": "^1.0.0-beta.2",
"eslint-plugin-ember": "^5.1.0",
"eslint-plugin-node": "^6.0.1",
"loader.js": "^4.2.3",
"qunit-dom": "^0.6.2",
"testdouble": "^3.5.0"
},
"engines": {
"node": "^4.5 || 6.* || >= 7.*"
},
"ember-addon": {
"versionCompatibility": {
"ember": ">=1.13.13"
},
"configPath": "tests/dummy/config"
}
}