-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.19 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
{
"name": "nowpass-chrome",
"version": "0.1.8",
"description": "Chrome extension of the NOWPASS password manager",
"main": "index.js",
"dependencies": {
"aes-js": "^3.1.2",
"js-sha256": "^0.9.0",
"nowpass-vue": "~0.1.0"
},
"devDependencies": {
"babel-loader": "^7.1.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-register": "^6.26.0",
"concurrently": "^3.6.1",
"fs-extra": "^5.0.0",
"gulp": "^4.0.0",
"gulp-zip": "^4.2.0",
"webpack": "^3.12.0",
"webpack-dev-server": "^3.1.14"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "concurrently \"node_modules/.bin/webpack --watch --config webpack.config.background.js\" \"node_modules/.bin/webpack --watch --config webpack.config.content.js\""
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/nowpass/chrome-extension.git"
},
"keywords": [
"nowpass",
"password"
],
"author": "Yves Hoppe <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/nowpass/chrome-extension/issues"
},
"homepage": "https://github.com/nowpass/chrome-extension#README"
}