-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
41 lines (41 loc) · 981 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
34
35
36
37
38
39
40
41
{
"name": "passwordmaker-webextension",
"version": "0.2.2",
"description": "PasswordMaker WebExtension",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "gulp",
"build": "gulp browserify",
"dist": "gulp zip"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emersion/passwordmaker.git"
},
"keywords": [
"password",
"make",
"generate",
"hash"
],
"author": "emersion",
"license": "MIT",
"bugs": {
"url": "https://github.com/emersion/passwordmaker/issues"
},
"homepage": "https://github.com/emersion/passwordmaker#readme",
"devDependencies": {
"browserify": "^13.1.0",
"gulp": "^3.9.0",
"gulp-required": "^0.1.0",
"gulp-zip": "^3.0.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"async-once-save": "^0.1.0",
"debounce": "^1.0.0",
"passwordmaker": "^1.0.0",
"unicornpass": "^0.2.0"
}
}