forked from interledger/coil-wordpress-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 1.96 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 1.96 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
{
"title": "Coil Web Monetization for WordPress",
"name": "coil-web-monetization",
"version": "1.7.0",
"private": true,
"author": "Coil",
"author_uri": "https://coil.com/",
"homepage": "https://wordpress.org/plugins/coil-web-monetization",
"requires": "4.9",
"requires_php": "7.1",
"tested_up_to": "5.3",
"license": "Apache-2.0",
"description": "Coil offers an effortless way to share WordPress content online, and get paid for it.",
"browserslist": [
"> 1%",
"ie >= 11",
"last 1 Android versions",
"last 1 ChromeAndroid versions",
"last 2 Chrome versions",
"last 2 Firefox versions",
"last 2 Safari versions",
"last 2 iOS versions",
"last 2 Edge versions",
"last 2 Opera versions"
],
"scripts": {
"start": "cgb-scripts start",
"build": "cgb-scripts build",
"eject": "cgb-scripts eject"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-checktextdomain": "~1.0.1",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-compress": "^1.6.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "~3.0.0",
"grunt-contrib-jshint": "~2.1.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "~4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-dev-update": "^2.3.0",
"grunt-newer": "~1.3.0",
"grunt-postcss": "^0.9.0",
"grunt-sass": "~3.0.2",
"grunt-stylelint": "~0.10.1",
"grunt-text-replace": "^0.4.0",
"jshint-stylish": "~2.2.1",
"load-grunt-tasks": "~4.0.0",
"node-sass": "^4.13.0",
"prettier-stylelint": "^0.4.2",
"stylelint-config-prettier": "^3.1.0",
"stylelint-config-wordpress": "^13.1.0",
"stylelint-order": "^0.8.1"
},
"dependencies": {
"cgb-scripts": "1.21.0",
"classnames": "^2.2.6",
"stylelint": "~9.10.1"
},
"stylelint": {
"extends": [
"stylelint-config-wordpress/scss",
"stylelint-config-prettier"
],
"plugins": [
"stylelint-order"
],
"rules": {
"at-rule-empty-line-before": null,
"no-descending-specificity": null,
"order/properties-alphabetical-order": true
}
}
}