-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.09 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
{
"name": "hanewinpgp",
"version": "0.2.0",
"main": "./dist/hanewinpgp.js",
"description": "PGP / GnuPG / OpenPGP Message Encryption in JavaScript by Herbert Hanewinkel.",
"keywords": [
"pgp",
"openpgp",
"gpg",
"gnupg"
],
"homepage": "https://github.com/dossy/hanewinpgp#readme",
"bugs": "https://github.com/dossy/hanewinpgp/issues",
"author": {
"name": "Herbert Hanewinkel",
"url": "https://www.hanewin.net/"
},
"maintainers": [
{
"name": "Dossy Shiobara",
"email": "[email protected]",
"url": "http://panoptic.com/"
}
],
"repository": {
"type": "git",
"url": "[email protected]:dossy/hanewinpgp.git"
},
"scripts": {
"test": "make test"
},
"license": "SEE LICENSE IN LICENSE",
"devDependencies": {
"browserify": "^14.4.0",
"browserstack-runner": "dossy/browserstack-runner#add_nodeunit",
"jsdoc-to-markdown": "^3.0.0",
"jshint": "^2.9.5",
"jshint-stylish": "^2.2.1",
"nodeunit": "^0.9.5",
"random-js": "^1.0.8",
"tmp": "0.0.33",
"uglify-js": "<3.0.0"
},
"dependencies": {}
}