forked from prism-break/prism-break
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 957 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
42
43
{
"name": "prism-break",
"version": "0.2.0",
"description": "A directory of free privacy-oriented software.",
"main": "Makefile",
"dependencies": {
"LiveScript": "~1.2.0",
"jade": "~0.35.0",
"mkdirp": "~0.3.5",
"nib": "~1.0.1",
"prelude-ls": "~1.0.3",
"require-all": "~0.0.8",
"stylus": "~0.40.3",
"uglify-js": "~2.4.4",
"marked": "~0.2.10",
"graceful-fs": "~2.0.1"
},
"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": "GPLv3",
"bugs": {
"url": "https://github.com/nylira/prism-break/issues"
},
"homepage": "https://github.com/nylira/prism-break"
}