-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 672 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 672 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
{
"name": "phd",
"description": "My PhD.",
"author": {
"name": "Chris Cummins",
"email": "chrisc.101@gmail.com",
"url": "https://chriscummins.cc"
},
"homepage": "https://github.com/ChrisCummins/phd",
"bugs": {
"url": "https://github.com/ChrisCummins/phd/issues"
},
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "https://github.com/ChrisCummins/phd.git"
},
"scripts": {
"postcommit": "./tools/git/post-commit.sh",
"postrebase": "./tools/git/post-rebase.sh",
"precommit": "./tools/git/pre-commit.sh",
"prepush": "./tools/git/pre-push.sh"
},
"devDependencies": {
"husky": "^0.14.3"
}
}