-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 1.17 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "zotero-link-local-files",
"version": "5.0.2",
"private": true,
"description": "Zotero link local files",
"preferglobal": true,
"scripts": {
"lint": "tslint -t stylish --project .",
"prebuild": "npm run lint",
"build": "webpack",
"postbuild": "zotero-plugin-zipup build zotero-link-local-files",
"release": "zotero-plugin-release",
"postversion": "git push --follow-tags"
},
"repository": {
"type": "git",
"url": "https://github.com/retorquere/zotero-link-local-files.git"
},
"author": {
"name": "Emiliano Heyns",
"email": "[email protected]"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/retorquere/zotero-link-local-files/issues"
},
"dependencies": {
"circular-dependency-plugin": "^5.0.2",
"zotero-plugin": "^0.0.72"
},
"xpi": {
"name": "Zotero Link Local Files",
"updateLink": "https://github.com/retorquere/zotero-link-local-files/releases/download/v{version}/zotero-link-local-files-{version}.xpi",
"releaseURL": "https://github.com/retorquere/zotero-link-local-files/releases/download/release/"
},
"devDependencies": {
"webpack-cli": "^3.2.3"
}
}