-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 958 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
{
"name": "risibank-chrome-extension",
"version": "0.0.2",
"description": "Type [Alt] + [;] to integrate RisiBank on any website 💦",
"main": "src/index.js",
"scripts": {
"build": "rm -rf dist && ./node_modules/.bin/gulp && zip -r dist/extension.zip dist/extension"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RisiBank/risibank-chrome-extension.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/RisiBank/risibank-chrome-extension/issues"
},
"homepage": "https://github.com/RisiBank/risibank-chrome-extension#readme",
"devDependencies": {
"bootstrap": "^5.1.3",
"file-loader": "^6.2.0",
"gulp": "^4.0.2",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1",
"webpack-stream": "^7.0.0"
},
"dependencies": {
"risibank-web-api": "^0.0.1"
}
}