-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 738 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 738 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
{
"name": "mac-dev-setup",
"version": "1.9.0",
"description": "Curated macOS development setup managed through a small mac CLI.",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "bats tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Labault/mac-dev-setup.git"
},
"keywords": [
"macos",
"dotfiles",
"homebrew",
"developer-environment",
"cli",
"zsh"
],
"author": "Labault <thibault.lafaurie.dev@hotmail.com>",
"license": "MIT",
"type": "commonjs",
"bugs": {
"url": "https://github.com/Labault/mac-dev-setup/issues"
},
"homepage": "https://github.com/Labault/mac-dev-setup#readme",
"devDependencies": {
"bats": "^1.13.0"
}
}