-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 1004 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
{
"name": "lsx-starter-plugin",
"version": "1.0.0",
"description": "LSX Starter Plugin to kick start your WordPress Development",
"scripts": {
"build-pot": "wp i18n make-pot . languages/lsx-starter-plugin.pot",
"build-mopo": "rm -R languages/lsx-starter-plugin-en_EN.mo && cp languages/lsx-starter-plugin.pot languages/lsx-starter-plugin-en_EN.po && wp i18n make-mo languages",
"translate-US": "cp languages/lsx-starter-plugin-en_EN.po languages/lsx-starter-plugin-en_US.po && cp languages/lsx-starter-plugin-en_EN.mo languages/lsx-starter-plugin-en_US.mo"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lightspeeddevelopment/lsx-starter-plugin"
},
"keywords": [
"lsx"
],
"author": "LightSpeed",
"license": "ISC",
"bugs": {
"url": "https://github.com/lightspeeddevelopment/lsx-starter-plugin/issues"
},
"homepage": "https://github.com/lightspeeddevelopment/lsx-starter-plugin#readme",
"devDependencies": {},
"dependencies": {}
}