-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.34 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
{
"name": "biblio-glutton-extension",
"version": "0.0.1",
"description": "A web extension providing contextual bibliographical services in the browser pages",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "web-ext build -s ./src -a ./web-ext-artifacts",
"firefox": "web-ext run -s ./src -a ./web-ext-artifacts --browser-console --start-url https://en.wikipedia.org/wiki/Bay_cat --start-url https://onlinelibrary.wiley.com/doi/pdf/10.1111/jcpp.12119",
"chrome": "google-chrome --load-extension=./src/ https://en.wikipedia.org/wiki/Bay_cat chrome://extensions/?id=oagiliojipalkkpmpllioebdpgekhmlj",
"chromium": "chromium --load-extension=./src/ https://en.wikipedia.org/wiki/Bay_cat chrome://extensions/?id=oagiliojipalkkpmpllioebdpgekhmlj"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kermitt2/biblio-glutton-extension.git"
},
"keywords": [
"science-miner",
"open access",
"web-extension"
],
"author": "science-miner",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/kermitt2/biblio-glutton-extension/issues"
},
"homepage": "https://github.com/kermitt2/biblio-glutton-extension#readme",
"dependencies": {
"cryptiles": ">=4.1.2",
"hoek": ">=4.2.1"
},
"devDependencies": {
"web-ext": "^3.2.0"
}
}