forked from brave/brave-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 939 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
{
"name": "brave-core",
"version": "0.50.2",
"description": "Brave Core is a set of changes, APIs, and scripts used for customizing Chromium to make Brave.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint-js": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brave/brave-core.git"
},
"author": {
"name": "Brave Software <[email protected]>"
},
"contributors": [
{
"name": "Brian R. Bondy",
"email": "[email protected]"
},
{
"name": "Cezar Augusto",
"email": "[email protected]"
}
],
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/brave/brave-browser/issues"
},
"homepage": "https:/github.com/brave/brave-core#readme",
"devDependencies": {
"standard": "^10.0.3"
},
"dependencies": {
"brave-ui": "^0.10.3",
"emptykit.css": "^1.0.1"
}
}