-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
51 lines (51 loc) · 1.26 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
{
"name": "pgp.help",
"version": "1.0.3",
"description": "Modern clientside PGP encryption and decryption tool.",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gaff/pgp.help.git"
},
"keywords": [
"PGP",
"GnuPG",
"OpenPGP"
],
"author": "Gaff",
"license": "MIT",
"bugs": {
"url": "https://github.com/Gaff/pgp.help/issues"
},
"homepage": "https://github.com/Gaff/pgp.help#readme",
"devDependencies": {
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-header": "1.8.2",
"gulp-angular-templatecache": "^1.8.0",
"gulp-bower": "0.0.10",
"gulp-bump": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-debug": "^2.0.1",
"gulp-file": "^0.2.0",
"gulp-filter": "^3.0.0",
"gulp-flatten": "^0.1.1",
"gulp-gh-pages": "^0.5.2",
"gulp-if": "^1.2.5",
"gulp-load-plugins": "^0.10.0",
"gulp-main-bower-files": "^1.2.0",
"gulp-markdown": "^1.0.0",
"gulp-clean-css": "^2.0.10",
"gulp-minify-html": "^1.0.4",
"gulp-ng-annotate": "^1.1.0",
"gulp-replace": "^0.5.4",
"gulp-size": "^1.2.3",
"gulp-uglify": "^1.2.0",
"gulp-useref": "^1.2.0",
"merge-stream": "^0.1.8",
"run-sequence": "^1.1.2"
}
}