-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
56 lines (56 loc) · 1.54 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
{
"name": "ember-route-action-helper",
"version": "2.0.8",
"description": "Bubble closure actions in routes",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"build": "ember build",
"start": "ember server",
"test": "ember try:each",
"contributors": "npx contributor-faces -e \"(*-bot|*\\[bot\\]|*-tomster|homu|bors)\""
},
"repository": "https://github.com/DockYard/ember-route-action-helper",
"engines": {
"node": "^4.5 || 6.* || >= 7.*"
},
"author": "Lauren Tan <arr@sugarpirate.com>",
"contributors": [
"Robert Jackson <me@rwjblue.com>"
],
"license": "MIT",
"devDependencies": {
"broccoli-asset-rev": "^2.4.5",
"ember-ajax": "^3.0.0",
"ember-cli": "~2.14.1",
"ember-cli-dependency-checker": "^1.3.0",
"ember-cli-eslint": "^3.0.0",
"ember-cli-htmlbars": "^2.0.3",
"ember-cli-htmlbars-inline-precompile": "^1.0.0",
"ember-cli-inject-live-reload": "^1.4.1",
"ember-cli-qunit": "^4.0.0",
"ember-cli-release": "^0.2.9",
"ember-cli-shims": "^1.1.0",
"ember-cli-sri": "^2.1.0",
"ember-cli-uglify": "^1.2.0",
"ember-disable-prototype-extensions": "^1.1.2",
"ember-export-application-global": "^2.0.0",
"ember-load-initializers": "^1.0.0",
"ember-resolver": "^4.4.0",
"loader.js": "^4.6.0"
},
"keywords": [
"ember-addon",
"helper",
"route action"
],
"dependencies": {
"ember-cli-babel": "^6.8.1",
"ember-getowner-polyfill": "^2.0.0"
},
"ember-addon": {
"configPath": "tests/dummy/config"
}
}