forked from prism-break/prism-break
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.07 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
{
"name": "prism-break",
"version": "0.2.5",
"description": "A directory of free privacy-oriented software.",
"main": "Makefile",
"dependencies": {
"es7-array.prototype.includes": "^2.0.0",
"graceful-fs": "~4.1.4",
"jade": "~1.11.0",
"livescript": "~1.5.0",
"lodash.assign": "^4.2.0",
"lodash.isequal": "^4.4.0",
"marked": "~0.3.5",
"mkdirp": "~0.5.x",
"moment": "^2.17.1",
"nib": "~1.1.0",
"prelude-ls": "~1.1.2",
"require-all": "^2.1.0",
"stylus": "~0.54.5",
"uglify-js": "^2.7.5"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/nylira/prism-break.git"
},
"keywords": [
"prism",
"nsa",
"surveillance",
"privacy",
"xkeyscore",
"tempora",
"foss",
"alternatives",
"software"
],
"author": "Peng Zhong",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/nylira/prism-break/issues"
},
"homepage": "https://github.com/nylira/prism-break"
}