forked from MaxKuehn/zotero-scholar-citations
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.14 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
{
"name": "zotero-scholar-citatations",
"version": "2.0.5-SNAPSHOT",
"bugs": {
"url": "https://github.com/MaxKuehn/zotero-scholar-citations/issues"
},
"license": "",
"author": {
"name": "Anton Beloglazov",
"url": "https://beloglazov.info/"
},
"contributors": {
"name": "Max Kuehn"
},
"repositroy": {
"type": "git",
"url": "https://github.com/MaxKuehn/zotero-scholar-citations.git"
},
"scripts": {
"package": "run-script-os",
"package:win32": "MD build & zip -r build/zsc-%npm_package_version%-fx.xpi chrome/* chrome.manifest install.rdf",
"package:linux": "build.sh",
"clean": "run-script-os",
"clean:win32": "RD /S /Q coverage .nyc_output & RD /S /Q build",
"clean:linux": "rm -rf coverage .nyc_output build",
"test": "nyc --reporter=html --reporter=text-summary mocha --ui tdd"
},
"dependencies": {},
"devDependencies": {
"assert": ">=1.4.1",
"nyc": "^14.1.1",
"run-script-os": ">=1.0.5",
"sinon": ">=7.3.1",
"sync-request": ">=6.1.0"
},
"private": true
}