Revisão | 7235addfc3df4c3cff4925e498d77b255031bc7b (tree) |
---|---|
Hora | 2024-05-06 20:02:49 |
Autor | (del#271881) |
Commiter | qq542vev |
package.json を更新。
@@ -1,11 +1,24 @@ | ||
1 | 1 | { |
2 | - "name": "markuplint-rdfa", | |
2 | + "name": "markuplint-config-rdfa", | |
3 | 3 | "version": "0.0.1", |
4 | - "description": "", | |
5 | - "main": "index.js", | |
4 | + "description": "MarkuplintでRDFaを有効にする。", | |
5 | + "keywords": [ | |
6 | + "Markuplint", | |
7 | + ".markuplintrc" | |
8 | + ], | |
9 | + "homepage": "https://osdn.net/users/vevw/pf/markuplint-config-rdfa/", | |
10 | + "bugs": "https://osdn.net/users/vevw/pf/markuplint-config-rdfa/ticket/", | |
11 | + "license": "MIT", | |
12 | + "author": { | |
13 | + "name": "qq542vev", | |
14 | + "url": "https://purl.org/meta/" | |
15 | + }, | |
16 | + "main": ".markuplintrc", | |
17 | + "repository": { | |
18 | + "type": "git", | |
19 | + "url": "http://pf.osdn.net/gitroot/v/ve/vevw/markuplint-config-rdfa.git" | |
20 | + }, | |
6 | 21 | "scripts": { |
7 | 22 | "test": "echo \"Error: no test specified\" && exit 1" |
8 | - }, | |
9 | - "author": "", | |
10 | - "license": "ISC" | |
23 | + } | |
11 | 24 | } |