This repository has been archived by the owner on Sep 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
55 lines (55 loc) · 1.58 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
47
48
49
50
51
52
53
54
55
{
"name": "zotero-auto-index",
"version": "5.0.6",
"description": "Zotero Auto Index",
"main": "index.js",
"scripts": {
"lint": "tslint -t stylish --project .",
"prebuild": "npm run lint",
"build": "webpack",
"postbuild": "zotero-plugin-zipup build zotero-auto-index",
"release": "zotero-plugin-release",
"postversion": "git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/retorquere/zotero-auto-index.git"
},
"author": {
"name": "Emiliano Heyns",
"email": "Emiliano.Heyns@iris-advies.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/retorquere/zotero-auto-index/issues"
},
"homepage": "https://github.com/retorquere/zotero-auto-index#readme",
"dependencies": {
"circular-dependency-plugin": "^5.0.2",
"d3-dsv": "^1.1.1",
"find-up": "^3.0.0",
"fs-extra": "^7.0.1",
"properties-reader": "0.0.16",
"pug": "^2.0.3",
"replace": "^1.1.0",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"rimraf": "^2.6.3",
"toml-js": "0.0.8",
"ts-loader": "^5.3.3",
"ts-node": "^8.7.0",
"tslint": "^5.15.0",
"typescript": "^3.4.3",
"uri-templates": "^0.2.0",
"webpack": "^4.29.6",
"zotero-plugin": "0.0.72"
},
"xpi": {
"name": "Zotero AutoIndex",
"updateLink": "https://github.com/retorquere/zotero-auto-index/releases/download/v{version}/zotero-auto-index-{version}.xpi",
"releaseURL": "https://github.com/retorquere/zotero-auto-index/releases/download/release/"
},
"devDependencies": {
"webpack-cli": "^3.3.0"
}
}