forked from prism-break/prism-break
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 980 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
44
{
"name": "prism-break",
"version": "0.2.0",
"description": "A directory of free privacy-oriented software.",
"main": "Makefile",
"dependencies": {
"LiveScript": "~1.3.0",
"jade": "~1.7.0",
"mkdirp": "~0.3.x",
"nib": "~1.0.4",
"prelude-ls": "~1.1.1",
"require-all": "~0.0.8",
"stylus": "~0.49.1",
"uglify-js": "~2.4.15",
"marked": "~0.3.2",
"graceful-fs": "~3.0.3",
"moment": "~2.8.3"
},
"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"
}