-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
51 lines (51 loc) · 1.38 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
{
"name": "ember-router-service-polyfill",
"version": "1.0.3",
"description": "Provides a best effort polyfill for the ember-routing-router-service feature.",
"keywords": [
"ember-addon"
],
"homepage": "https://github.com/rwjblue/ember-router-service-polyfill#readme",
"bugs": {
"url": "https://github.com/rwjblue/ember-router-service-polyfill/issues"
},
"license": "MIT",
"author": "Robert Jackson <me@rwjblue.com>",
"main": "index.js",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rwjblue/ember-router-service-polyfill.git"
},
"scripts": {
"build": "ember build",
"start": "ember server",
"test": "ember try:each"
},
"dependencies": {
"ember-cli-babel": "^6.8.2"
},
"devDependencies": {
"ember-cli": "^2.15.0",
"ember-cli-dependency-checker": "^2.0.1",
"ember-cli-eslint": "^4.2.0",
"ember-cli-htmlbars": "^2.0.3",
"ember-cli-htmlbars-inline-precompile": "^1.0.2",
"ember-cli-inject-live-reload": "^1.7.0",
"ember-cli-qunit": "^4.0.1",
"ember-cli-shims": "^1.1.0",
"ember-disable-prototype-extensions": "^1.1.3",
"ember-load-initializers": "^1.0.0",
"ember-resolver": "^4.5.0",
"ember-source": "^2.15.0",
"loader.js": "^4.6.0"
},
"engines": {
"node": ">= 4"
},
"ember-addon": {
"configPath": "tests/dummy/config"
}
}