-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 935 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 935 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": "@rxrc/dotfiles",
"version": "2.0.0",
"private": true,
"type": "module",
"description": "User configuration.",
"homepage": "https://github.com/rxrc/dotfiles",
"bugs": "https://github.com/rxrc/dotfiles/issues",
"repository": "rxrc/dotfiles",
"license": "MIT",
"author": {
"name": "Evan Sosenko",
"email": "razorx@evansosenko.com"
},
"scripts": {
"start": "curator",
"codespaces": "curator codespaces/manifest.js",
"postversion": "git push && git push --tags"
},
"dependencies": {
"@rxrc/awesome-copycats": "github:rxrc/awesome-copycats#v5.8.1",
"@rxrc/hexchat-material-design-icons": "^2.0.2",
"@rxrc/keymaps": "^2.0.1",
"@rxrc/ssh-config": "github:rxrc/ssh-config#v2.6.1",
"@rxrc/systemd-user-units": "^2.6.0",
"@rxrc/tmuxinator-profiles": "github:rxrc/tmuxinator-profiles#v1.1.0",
"@rxrc/xresources": "^2.0.1",
"config-curator": "^2.0.0"
}
}