-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
95 lines (95 loc) · 2.77 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
94
95
{
"name": "ember-bulma",
"version": "0.0.0-semantically-released",
"description": "Ember Bulma is a collection of Ember components and services for Bulma, a modern CSS framework by Jeremy Thomas",
"keywords": [
"ember-addon",
"css",
"sass",
"flexbox",
"responsive",
"framework",
"composable"
],
"license": "MIT",
"author": "Open Tux",
"directories": {
"doc": "doc",
"test": "tests"
},
"repository": "https://github.com/open-tux/ember-bulma",
"scripts": {
"build": "ember build",
"commit": "git-cz",
"commitmsg": "commitlint -e",
"start": "ember server",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"test": "ember try:each",
"inspect": "node --inspect --debug-brk node_modules/.bin/ember s"
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
},
"cz-customizable": {
"config": "commitizen.config.js"
}
},
"dependencies": {
"@ember-decorators/babel-transforms": "^2.0.0",
"babel-eslint": "^8.1.1",
"broccoli-funnel": "^1.2.0",
"ember-cli-babel": "^6.6.0",
"ember-cli-htmlbars": "^2.0.1",
"ember-decorators": "^1.3.0"
},
"devDependencies": {
"@commitlint/cli": "^3.1.2",
"@commitlint/config-angular": "3.1.1",
"broccoli-asset-rev": "^2.4.5",
"bulma": "^0.5.0",
"code-highlight-linenums": "^0.2.1",
"commitizen": "^2.9.6",
"cz-customizable": "^5.0.0",
"ember-ajax": "^3.0.0",
"ember-cli": "~2.16.2",
"ember-cli-app-version": "^3.1.0",
"ember-cli-content-security-policy": "^0.6.0",
"ember-cli-dependency-checker": "^2.0.0",
"ember-cli-deploy": "^1.0.1",
"ember-cli-deploy-build": "^1.1.1",
"ember-cli-deploy-git": "^1.3.0",
"ember-cli-eslint": "^4.0.0",
"ember-cli-htmlbars-inline-precompile": "^1.0.0",
"ember-cli-inject-live-reload": "^1.4.1",
"ember-cli-qunit": "^4.0.1",
"ember-cli-sass": "^6.1.3",
"ember-cli-shims": "^1.1.0",
"ember-cli-sri": "^2.1.0",
"ember-cli-uglify": "^2.0.0",
"ember-composable-helpers": "~2.0.0",
"ember-disable-prototype-extensions": "^1.1.2",
"ember-export-application-global": "^2.0.0",
"ember-load-initializers": "^1.0.0",
"ember-maybe-import-regenerator": "^0.1.6",
"ember-native-dom-helpers": "^0.5.4",
"ember-resolver": "^4.0.0",
"ember-source": "~2.16.0",
"ember-themed-syntax": "^0.1.2",
"highlightjs": "^9.10.0",
"hljs-themes": "^1.0.0",
"husky": "^0.14.3",
"loader.js": "^4.2.3",
"semantic-release": "^6.3.6"
},
"engines": {
"node": "^4.5 || 6.* || >= 7.*"
},
"ember-addon": {
"configPath": "tests/dummy/config",
"demoURL": "http://open-tux.github.io/ember-bulma/",
"after": [
"ember-computed-decorators"
]
}
}