-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 894 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 894 Bytes
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
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "mdKeywords",
"version": "4.0.0",
"description": "Keywords for metadata",
"main": "src/main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/adiwg/mdKeywords.git"
},
"keywords": [
"metadata",
"keywords",
"adiwg",
"mdEditor",
"mdJSON"
],
"scripts": {
"start": "node src/main.js",
"build": "node src/main.js"
},
"author": "jbradley@arcticlcc.org",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/adiwg/mdKeywords/issues"
},
"homepage": "https://github.com/adiwg/mdKeywords",
"dependencies": {
"axios": "^1.3.4",
"lodash": "^4.17.21"
},
"devDependencies": {
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"prettier": "^2.8.8"
}
}