-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 829 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 829 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": "Mink",
"description": "Integrate the Live & Archived Web +Memento",
"author": {
"email": "[email protected]",
"name": "Mat Kelly",
"url": "https://matkelly.com"
},
"keywords": [
"archive",
"web archive",
"web archiving",
"memento",
"aggregation"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/machawk1/mink.git"
},
"scripts": {
"test": "standard"
},
"devDependencies": {
"codecov": "^3.1.0",
"standard": "^17.1.0",
"stylelint": "^14.14.0",
"stylelint-config-standard": "^29.0.0",
"stylelint-use-logical": "^2.0.0"
},
"standard": {
"ignore": [
"mink-plugin/js/date.js",
"mink-plugin/jquery.miller.js/*",
"mink-plugin/d3.v3/*",
"mink-plugin/d3.makechart.js"
]
}
}