-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 857 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
{
"name": "edd-sl-releases",
"version": "1.0.0",
"description": "Brings historical releases to EDD Software Licensing.",
"scripts": {
"build": "npm run i18n && mix --production",
"dev": "mix watch",
"i18n": "wp i18n make-pot . languages/edd-sl-releases.pot --domain=edd-sl-releases --headers='{\"Report-Msgid-Bugs-To\": \"https://github.com/ashleyfae/edd-sl-releases/issues\"}'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ashleyfae/edd-sl-releases.git"
},
"keywords": [],
"author": "Ashley Gibson",
"bugs": {
"url": "https://github.com/ashleyfae/edd-sl-releases/issues"
},
"homepage": "https://github.com/ashleyfae/edd-sl-releases#readme",
"devDependencies": {
"laravel-mix": "^6.0.41",
"resolve-url-loader": "^5.0.0",
"sass": "^1.49.0",
"sass-loader": "^12.4.0"
}
}