-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.9 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "pass-chrome",
"version": "0.0.1",
"description": "Chrome extention implementation of [password-store](http://www.passwordstore.org/)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --progress --profile --colors --bail",
"dev": "webpack --progress --profile --colors --watch --config webpack.config.dev.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/LiminalSoftware/pass-chrome.git"
},
"keywords": [
"pass",
"password-store",
"password",
"passwordstore",
"passwordstore.org",
"manager",
"store",
"offline",
"encrypted",
"gpg",
"pgp"
],
"author": "Bryan White <[email protected]>, Mark Host <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/LiminalSoftware/pass-chrome/issues"
},
"homepage": "https://github.com/LiminalSoftware/pass-chrome#readme",
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-core": "^6.7.6",
"babel-loader": "^6.2.4",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"clean-webpack-plugin": "^0.1.8",
"copy-webpack-plugin": "^2.1.1",
"css-loader": "^0.23.1",
"file-loader": "^0.8.5",
"html-loader": "^0.4.3",
"html-webpack-plugin": "^2.16.0",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"openpgp": "^2.2.1",
"react": "^15.0.1",
"react-bootstrap": "^0.28.5",
"react-dom": "^15.0.1",
"react-hot-loader": "^1.3.0",
"resolve-url-loader": "^1.4.3",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.12.15",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"react-css-modules": "^3.7.6",
"react-redux": "^4.4.5",
"react-router": "^2.4.1",
"react-router-redux": "^4.0.4",
"redux": "^3.5.2"
}
}