-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
33 lines (33 loc) · 847 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
{
"name": "signed-pages",
"description": "Verifies PGP signed pages for extra security against malicious or breanched servers.",
"version": "0.5.0",
"main": "index.js",
"scripts": {
"build": "webpack -w --display-error-details --progress --colors",
"package": "webpack --colors && web-ext build -s extension",
"start": "web-ext run -s extension/"
},
"author": "",
"license": "BSD-3-Clause",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-react": "^6.24.1",
"babel-runtime": "^6.26.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"web-ext": "^2.2.2",
"webpack": "^3.10.0"
},
"dependencies": {
"minimize": "^2.1.0",
"openpgp": "^4.3.0",
"webextension-polyfill": "^0.2.1"
},
"babel": {
"presets": [
"react"
]
}
}