-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
29 lines (29 loc) · 984 Bytes
/
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
{
"name": "istex-web-extension",
"version": "1.3.1",
"description": "An add-on for identifying ISTEX resources 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",
"run": "web-ext run -s ./src -a ./web-ext-artifacts --browser-console --start-url https://en.wikipedia.org/wiki/Superfluid_helium-4 --start-url 'https://scholar.google.fr/scholar?q=elsevier+brain&btnG=&hl=fr&as_sdt=0%2C5&as_ylo=2001&as_yhi=2001'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/istex/istex-web-extension.git"
},
"keywords": [
"Istex",
"web-extension"
],
"author": "Istex",
"license": "MIT",
"bugs": {
"url": "https://github.com/istex/istex-web-extension/issues"
},
"homepage": "https://github.com/istex/istex-web-extension#readme",
"dependencies": {},
"devDependencies": {
"web-ext": "^1.10.1"
}
}