forked from EmberExperts/ember-initials
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) Β· 2.41 KB
/
package.json
File metadata and controls
83 lines (83 loc) Β· 2.41 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
{
"name": "ember-initials",
"author": "Exelord",
"version": "3.13.0",
"license": "MIT",
"homepage": "https://github.com/Exelord/ember-initials#readme",
"description": "Simple Initails Avatars for Ember 2 applications",
"keywords": [
"ember-addon",
"ember-initials",
"initials",
"avatars"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Exelord/ember-initials.git"
},
"bugs": {
"url": "https://github.com/Exelord/ember-initials/issues"
},
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"build": "ember build",
"deploy_page": "ember github-pages:commit --message \"Deploy gh-pages from commit $(git rev-parse HEAD)\" && git push origin gh-pages:gh-pages",
"lint:js": "eslint .",
"start": "ember serve",
"test": "ember test",
"test:all": "ember try:each"
},
"devDependencies": {
"bootstrap-sass": "3.3.7",
"broccoli-asset-rev": "2.7.0",
"ember-ajax": "3.1.0",
"ember-bootstrap": "2.0.0",
"ember-cli": "3.2.0",
"ember-cli-app-version": "3.2.0",
"ember-cli-code-coverage": "0.4.2",
"ember-cli-dependency-checker": "2.1.1",
"ember-cli-eslint": "4.2.3",
"ember-cli-fastboot": "1.1.3",
"ember-cli-favicon": "1.0.0",
"ember-cli-github-pages": "0.2.0",
"ember-cli-htmlbars": "2.0.3",
"ember-cli-htmlbars-inline-precompile": "1.0.3",
"ember-cli-inject-live-reload": "1.7.0",
"ember-cli-qunit": "4.3.2",
"ember-cli-release": "1.0.0-beta.2",
"ember-cli-sass": "7.1.7",
"ember-cli-shims": "1.2.0",
"ember-cli-sri": "2.1.1",
"ember-cli-test-loader": "2.2.0",
"ember-cli-uglify": "2.1.0",
"ember-data": "~3.2.0",
"ember-disable-prototype-extensions": "1.1.3",
"ember-export-application-global": "2.0.0",
"ember-font-awesome": "3.1.1",
"ember-load-initializers": "1.1.0",
"ember-maybe-import-regenerator": "0.1.6",
"ember-resolver": "4.5.6",
"ember-source": "~3.2.0",
"ember-source-channel-url": "1.1.0",
"ember-try": "0.2.23",
"eslint-plugin-ember": "5.2.0",
"eslint-plugin-node": "6.0.1",
"loader.js": "4.7.0",
"qunit-dom": "0.6.2"
},
"dependencies": {
"ember-cli-babel": "6.14.1"
},
"fastbootDependencies": [
],
"engines": {
"node": "6.* || 8.* || >= 10.*"
},
"ember-addon": {
"configPath": "tests/dummy/config",
"demoURL": "https://github.com/Exelord/ember-initials/"
}
}