-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.07 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
{
"name": "gitzoom",
"version": "0.6.1",
"private": true,
"description": "Experimental Ember.js application for triaging GitHub notifications",
"license": "",
"author": "Rebase Interactive LLC",
"directories": {
"doc": "doc",
"test": "tests"
},
"repository": {
"type": "git",
"url": "https://github.com/rebase-interactive/gitzoom-web.git"
},
"scripts": {
"build": "ember build",
"lint:js": "eslint .",
"start": "ember serve",
"test": "ember test"
},
"devDependencies": {
"@ember/optional-features": "^0.6.2",
"broccoli-asset-rev": "^2.7.0",
"ember-ajax": "^3.1.0",
"ember-cli": "~3.3.0",
"ember-cli-app-version": "^3.2.0",
"ember-cli-autoprefixer": "^0.8.1",
"ember-cli-babel": "^6.14.1",
"ember-cli-bourbon": "2.0.1",
"ember-cli-content-security-policy": "1.0.0",
"ember-cli-dependency-checker": "^3.0.0",
"ember-cli-deploy": "1.0.2",
"ember-cli-deploy-aws-pack": "^1.0.1",
"ember-cli-deprecation-workflow": "0.2.4",
"ember-cli-dotenv": "2.1.0",
"ember-cli-eslint": "^4.2.3",
"ember-cli-htmlbars": "^2.0.3",
"ember-cli-htmlbars-inline-precompile": "^1.0.3",
"ember-cli-inject-live-reload": "^1.7.0",
"ember-cli-mirage": "0.4.7",
"ember-cli-qunit": "^4.3.2",
"ember-cli-release": "^1.0.0-beta.2",
"ember-cli-sass": "7.2.0",
"ember-cli-shims": "^1.2.0",
"ember-cli-sri": "^2.1.1",
"ember-cli-uglify": "^2.1.0",
"ember-cli-update": "^0.22.0",
"ember-data": "~3.3.0",
"ember-export-application-global": "^2.0.0",
"ember-load-initializers": "^1.1.0",
"ember-octicons": "^0.10.0",
"ember-resolver": "^5.0.0",
"ember-simple-auth": "1.7.0",
"ember-source": "~3.3.0",
"ember-svg-jar": "^1.2.0",
"eslint-plugin-ember": "^5.2.0",
"eslint-plugin-ember-suave": "^1.0.0",
"framework7": "^3.0.0",
"liquid-fire": "0.29.4",
"liquid-fire-reveal": "0.1.3",
"loader.js": "^4.7.0",
"octicons": "^8.0.0",
"qunit-dom": "^0.7.0",
"torii": "0.10.1"
},
"engines": {
"node": "6.* || 8.* || >= 10.*"
}
}