-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 812 Bytes
/
bower.json
File metadata and controls
30 lines (30 loc) · 812 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
{
"name": "doctoral-thesis",
"version": "1.0.0",
"description": "Spin and valley physics in two dimensional systems: Graphene and superconducting transition metal dichalcogenides.",
"main": "tex/doctoral-thesis.tex",
"authors": [
"Evan Sosenko <razorx@evansosenko.com>"
],
"keywords": [
"latex"
],
"license": "Copyright 2016 Evan Sosenko",
"homepage": "https://github.com/evansosenko/doctoral-thesis",
"repository": {
"type": "git",
"url": "git://github.com/evansosenko/doctoral-thesis.git"
},
"private": true,
"ignore": [
"**/.*",
"node_modules",
"tex/components",
"build",
"package.json"
],
"dependencies": {
"references": "evansosenko/references#v0.5.1",
"tikz-nonlocal_spin_valve": "evansosenko/tikz-nonlocal_spin_valve#v1.3"
}
}