-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
34 lines (34 loc) · 1.07 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
{
"name": "certainly-something",
"version": "1.2.3",
"description": "Certainly Something is an advanced digital certificate viewer with an easy to use interface.",
"license": "MPL-2.0",
"scripts": {
"compile": "webpack --config=config/webpack.config.js",
"package": "web-ext build -s build -a dist --overwrite-dest",
"build": "npm run compile && npm run package",
"watch": "NODE_ENV=development webpack --config=config/webpack.config.js --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/april/certainly-something.git"
},
"bugs": {
"url": "https://github.com/april/certainly-something/issues"
},
"homepage": "https://github.com/april/certainly-something#readme",
"dependencies": {
"handlebars": "^4.1.2",
"license-webpack-plugin": "^1.5.0",
"pkijs": "^2.1.77"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"copy-webpack-plugin": "^4.6.0",
"handlebars-loader": "^1.7.1",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1"
}
}