-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (45 loc) · 1.38 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
40
41
42
43
44
45
46
{
"name": "zotero-anot8",
"version": "1.0.7",
"description": "Plugin for zotero + anot8",
"scripts": {
"lint": "tslint -t stylish --project .",
"build": "webpack",
"postbuild": "zotero-plugin-zipup build zotero-scite",
"release": "zotero-plugin-release",
"postversion": "git push --follow-tags"
},
"repository": {
"type": "git",
"url": "https://github.com/centerofci/zotero-anot8-plugin.git"
},
"author": {
"name": "anot8",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/centerofci/zotero-anot8-plugin/issues"
},
"homepage": "https://github.com/centerofci/zotero-anot8-plugin",
"dependencies": {},
"xpi": {
"name": "Zotero Plugin linking to Anot8",
"updateLink": "https://github.com/centerofci/zotero-anot8-plugin/releases/download/v{version}/zotero-anot8-{version}.xpi",
"releaseURL": "https://github.com/centerofci/zotero-anot8-plugin/releases/download/release/",
"iconURL": "chrome://zotero-better-bibtex/skin/scite.svg"
},
"devDependencies": {
"@types/node": "13.1.4",
"bluebird": "3.7.2",
"circular-dependency-plugin": "5.2.0",
"post-compile-webpack-plugin": "0.1.2",
"rimraf": "3.0.0",
"ts-loader": "6.2.1",
"ts-node": "8.5.4",
"tslint": "5.20.1",
"typescript": "3.7.4",
"webpack": "4.41.5",
"webpack-cli": "3.3.10",
"zotero-plugin": "0.0.96"
}
}