-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.21 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
{
"name": "decidim-module-centers",
"version": "0.2.1",
"description": "A decidim centers module",
"scripts": {
"lint": "eslint -c .eslintrc.json --ext .js app/packs/",
"lint-fix": "eslint -c .eslintrc.json --ext .js app/packs/ --fix",
"stylelint": "stylelint app/packs/stylesheets/**/*.scss",
"stylelint-fix": "stylelint app/packs/stylesheets/**/*.scss --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Platoniq/decidim-module-centers.git"
},
"keywords": [
"decidim"
],
"author": "francisco.bolivar@nazaries.com",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Platoniq/decidim-module-centers/issues"
},
"homepage": "https://github.com/Platoniq/decidim-module-centers#readme",
"stylelint": {
"extends": "@decidim/stylelint-config",
"rules": {
"block-opening-brace-space-before": "always"
}
},
"browserslist": [
"extends @decidim/browserslist-config"
],
"devDependencies": {
"@decidim/browserslist-config": "^0.27.4",
"@decidim/dev": "^0.27.4",
"@decidim/eslint-config": "^0.27.4",
"@decidim/stylelint-config": "^0.27.4",
"@decidim/webpacker": "^0.27.4"
},
"dependencies": {
}
}