-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 969 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
30
31
32
33
34
35
36
37
38
39
40
41
{
"author": "Alexander Matsievsky <[email protected]>",
"bugs": {
"url": "https://github.com/alexander-matsievsky/dash-next/issues"
},
"description": "Experimental UI enhancements for Zyte dashboard",
"devDependencies": {
"standard": "^16.0.3",
"standard-version": "^9.3.0"
},
"homepage": "https://github.com/alexander-matsievsky/dash-next#readme",
"keywords": [
"WebExtensions",
"Zyte",
"dashboard"
],
"license": "ISC",
"main": "manifest.json",
"name": "dash-next",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/alexander-matsievsky/dash-next.git"
},
"scripts": {
"lint": "standard --fix",
"release": "standard-version",
"vendor": "rm -f vendor/[^list.url]*; wget -qi vendor/list.url -P vendor"
},
"standard": {
"envs": [
"browser",
"webextensions"
],
"globals": [
"chrome",
"fetch"
]
},
"version": "0.0.3"
}