-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 599 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 599 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "loft-orb",
"version": "1.0.0",
"description": "Loft orb for CircleCI pipelines",
"main": "index.js",
"scripts": {
"install:pre-commit-hooks": "pre-commit install --install-hooks --allow-missing-config -t pre-commit -t prepare-commit-msg",
"install:tools": "brew bundle install --no-lock --file Brewfile && yarn run install:pre-commit-hooks"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bjd2385/loft-orb.git"
},
"keywords": [
"loft",
"kubernetes",
"circleci"
],
"author": "Brandon Doyle",
"license": "BSD-3-Clause"
}