-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
23 lines (23 loc) · 1013 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
{
"name": "lsx-design",
"version": "1.4.0",
"description": "is a light-weight, minimalistic and responsive WordPress theme that allows users to create fast, efficient and attractive websites that are feature-rich. We've built it to be fully compatible with WooCommerce, making it an ideal choice for your next eCommerce build. Its lightweight build ensures better load times, a bonus for both user experience and SEO.",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/lightspeedwp/lsx"
},
"keywords": [
"lsx"
],
"author": "LightSpeed",
"license": "GPLv3 or later",
"bugs": {
"url": "https://github.com/lightspeedwp/lsx/issues"
},
"scripts": {
"build-pot": "wp i18n make-pot . languages/lsxd.pot",
"build-mopo": "rm -R languages/en_EN.mo && cp languages/lsxd.pot languages/en_EN.po && wp i18n make-mo languages",
"translate-US": "cp languages/en_EN.po languages/en_US.po && cp languages/en_EN.mo languages/en_US.mo"
}
}