-
-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 673 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 673 Bytes
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
{
"name": "MultiPass",
"description": "Automatically login to Basic Authentication using data based on URL regexp.",
"author": "Gilles Crettenand <gilles@crettenand.info>",
"repository": {
"type": "git",
"url": "https://github.com/krtek4/MultiPass.git"
},
"license": "WTFPL",
"scripts": {
"watch": "gulp watch",
"build": "gulp build",
"dist": "gulp dist"
},
"devDependencies": {
"chrome-bootstrap": "^1.5.0",
"gulp": "^4.0.2",
"gulp-eslint": "4.0.2",
"gulp-merge-json": "0.6.0",
"gulp-zip": "5.0.0",
"gulplog": "^2.0.1",
"merge-stream": "1.0.1",
"web-ext": "^1.8.1",
"webpack-stream": "4.0.3"
}
}