-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 732 Bytes
/
Copy pathbower.json
File metadata and controls
35 lines (35 loc) · 732 Bytes
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
{
"name": "pteris",
"authors": [
"Jonas <imkoche@gmail.com>"
],
"description": "a hexo theme in nunjucks",
"main": "layout/index",
"keywords": [
"hexo",
"theme",
"pteris",
"nunjucks"
],
"license": "MIT",
"homepage": "https://github.com/jonashao/hexo-theme-pteris",
"private": false,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"screenshots",
"src"
],
"dependencies": {
"materialize": "^0.97.8",
"headroom.js": "https://unpkg.com/headroom.js/bower.zip",
"animate.css": "^3.5.2",
"font-awesome": "^4.7.0",
"adaptive.background": "^1.0.3",
"social-share.js": "^1.0.2",
"lightgallery.js": "^1.0.0"
}
}