-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
45 lines (45 loc) · 1.11 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
38
39
40
41
42
43
44
45
{
"name": "matuto-extension",
"version": "0.1.5",
"description": "A simple chromium-based browser extension for learning web3 in every new tab.",
"scripts": {
"start": "parcel watch src/manifest.json --host localhost",
"build": "parcel build src/manifest.json",
"rebuild": "rm -rf dist && parcel build src/manifest.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/web3phl/matuto.git"
},
"keywords": [
"newtab",
"web3",
"philippines",
"official",
"ethereum",
"blockchain",
"dapp",
"decentralized"
],
"contributors": [
{
"name": "Web3 Philippines",
"email": "[email protected]",
"url": "https://web3philippines.org"
},
{
"name": "Waren Gonzaga",
"email": "[email protected]",
"url": "https://warengonzaga.com"
}
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/web3phl/matuto/issues"
},
"homepage": "https://github.com/web3phl/matuto#readme",
"devDependencies": {
"@parcel/config-webextension": "^2.8.2",
"parcel": "^2.8.2"
}
}