-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.47 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
{
"name": "bsidesok-2017",
"version": "0.0.1",
"private": true,
"dependencies": {
"hexo": "^3.2.2",
"hexo-clean-css": "0.x.x",
"hexo-deployer-git": "0.x.x",
"hexo-front-matter": "0.x.x",
"hexo-generator-archive": "0.x.x",
"hexo-generator-category": "0.x.x",
"hexo-generator-feed": "*",
"hexo-generator-minify": "*",
"hexo-generator-sitemap": "*",
"hexo-generator-tag": "0.x.x",
"hexo-pagination": "0.x.x",
"hexo-renderer-ejs": "*",
"hexo-renderer-jade": "0.x.x",
"hexo-renderer-markdownjs": "0.x.x",
"hexo-renderer-marked": "*",
"hexo-renderer-stylus": "0.3.1",
"hexo-server": "^0.2.0",
"hexo-tag-googlemaps": "*"
},
"hexo": {
"version": "3.2.2"
},
"devDependencies": {
"hexo-broken-link-checker": "1.x.x"
},
"description": "BSidesOK 2017\r -----------------------------------",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"hexo": "hexo"
},
"repository": {
"type": "git",
"url": "https://github.com/techlahoma/thunderplains-hexo.git"
},
"keywords": [
"bsides",
"bsidesok",
"bsidesok 2017",
"oklahoma",
"security",
"information security",
"conference"
],
"author": "amanda harlin, jesse harlin, vance lucas, nathan sweaney",
"license": "ISC",
"bugs": {
"url": "https://github.com/techlahoma/thunderplains-hexo/issues"
},
"homepage": "https://github.com/techlahoma/thunderplains-hexo"
}