-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
26 lines (26 loc) · 877 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": "dco-comment-attachment",
"version": "1.0.0",
"description": "DCO Comment Attachment allows your visitors to attach files with their comments, such as documents and images.",
"main": "index.js",
"scripts": {
"check_css": "wp-scripts lint-style assets/*.css",
"fix_css": "wp-scripts lint-style assets/*.css --fix",
"check_js": "wp-scripts lint-js assets/*.js",
"fix_js": "wp-scripts lint-js assets/*.js --fix"
},
"devDependencies": {
"@wordpress/scripts": "^19.2.2"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://[email protected]/yadenis/dco-comment-attachment.git"
},
"author": "Denis Yanchevskiy",
"license": "GPL-2.0+",
"bugs": {
"url": "https://github.com/yadenis/dco-comment-attachment/issues"
},
"homepage": "https://github.com/yadenis/dco-comment-attachment#readme"
}