-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.53 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
{
"name": "themebergerbasic",
"themeName": "Themeberger Basic",
"textdomain": "themeberger-basic",
"version": "1.2.5",
"year": "2019",
"description": "WordPress Theme",
"tags": "custom-background, custom-colors, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, sticky-post",
"author": {
"name": "Christian Hockenberger",
"url": "https://christian.hockenberger.us"
},
"license": {
"name": "GNU General Public License",
"version": "v2 or later",
"url": "http://www.gnu.org/licenses/gpl-2.0.html"
},
"homepage": "https://github.com/chrisbergr/Themeberger-Basic",
"repository": {
"type": "git",
"url": "https://github.com/chrisbergr/Themeberger-Basic.git"
},
"bugs": {
"url": "https://github.com/chrisbergr/Themeberger-Basic/issues"
},
"main": "Gruntfile.js",
"private": true,
"devDependencies": {
"coffee-script": "^1.7.1",
"grunt": "^0.4.5",
"grunt-contrib-less": "^1.4.1",
"grunt-contrib-uglify": "^4.0.1",
"grunt-text-replace": "^0.4.0",
"less-plugin-clean-css": "^1.5.1"
},
"eslintConfig": {
"env": {
"browser": true,
"node": true
},
"rules": {
"no-console": "off",
"no-restricted-syntax": [
"error",
{
"selector": "CallExpression[callee.object.name='console'][callee.property.name!=/^(log|warn|error|info|trace|debug)$/]",
"message": "Unexpected property on console object was called"
}
]
},
"globals": {
"jQuery": true,
"TweenMax": true,
"Power2": true,
"window": true,
"navigator": true,
"console": true
}
}
}