-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 883 Bytes
/
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
{
"name": "elebee",
"description": "WordPress theme boilerplate for the use with Elementor.",
"repository": {
"type": "git",
"url": "https://github.com/RTO-Websites/Wordpress-Theme-Elebee.git"
},
"keywords": [
"WordPress",
"PHP",
"HTML5",
"CSS3",
"SASS",
"JavaScript",
"CoffeeScript",
"gulp",
"composer",
"bower"
],
"author": "RTO GmbH <[email protected]>",
"license": "GPL-3.0",
"dependencies": {
"ajv": "^6.0.0",
"elebee-gulp": "RTO-Websites/elebee-gulp#semver:0.*.*",
"gulp": "^3.9.1",
"postcss-less": "^2.0.0",
"postcss-scss": "^2.0.0",
"stylelint": "^8.3.0",
"sugarss": "^2.0.0"
},
"stylelint": {
"extends": [
"./node_modules/elebee-gulp/config/lintScss.json"
]
},
"coffeelint": {
"extends": [
"./node_modules/elebee-gulp/config/lintCoffee.json"
]
}
}