-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.49 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
52
53
54
55
56
57
{
"name": "crypto.christmas",
"description": "The 12 Days of Crypto: A simple 12-step guide to improving your privacy and security online.",
"version": "1.0.0",
"author": "rileyjshaw <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/rileyjshaw/crypto.christmas.git"
},
"bugs": {
"url": "https://github.com/rileyjshaw/crypto.christmas/issues/"
},
"dependencies": {
"fela": "^4.1.1",
"fela-plugin-fallback-value": "^4.1.1",
"fela-plugin-prefixer": "^4.1.1",
"fela-plugin-unit": "^4.1.1",
"front-matter": "^2.1.1",
"gatsby": "^0.12.27",
"history": "^4.5.0",
"js-yaml": "^3.7.0",
"markdown-it": "^8.2.2",
"markdown-it-abbr": "^1.0.4",
"markdown-it-attrs": "^0.8.0",
"markdown-it-deflist": "^2.0.1",
"markdown-it-footnote": "^3.0.1",
"markdown-it-sub": "^1.0.0",
"object-assign": "^4.1.0",
"react": "^15.4.1",
"react-addons-css-transition-group": "^15.4.1",
"react-balance-text": "github:khan/react-balance-text",
"react-fela": "^4.1.1",
"react-helmet": "^3.3.0",
"toml-js": "0.0.8"
},
"devDependencies": {
"fs-extra": "^1.0.0",
"gh-pages": "^0.12.0"
},
"keywords": [
"crypto",
"privacy",
"password",
"security",
"encryption",
"snowden",
"nsa",
"surveillance"
],
"license": "CC0-1.0",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"test": "echo \"Error: no test specified\" && exit 1"
}
}