-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.23 KB
/
package.json
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
34
35
36
37
38
39
40
41
{
"name": "byu-person-lookup",
"version": "1.7.1",
"description": "A Web Component to look up a person, display a list of possible matches, and fire an event when a person is selected from a list.",
"main": "index.js",
"scripts": {
"build": "byu-web-component-build",
"dev": "byu-web-component-build -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/byuweb/byu-person-lookup.git"
},
"keywords": [
"Web Component",
"lit-html"
],
"author": "Aaron Rasmussen <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/byuweb/byu-person-lookup/issues"
},
"homepage": "https://github.com/byuweb/byu-person-lookup#readme",
"dependencies": {
"@byuweb/browser-oauth": "^0.4.0",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@polymer/lit-element": "^0.7.1",
"lodash.get": "^4.4.2"
},
"devDependencies": {
"@byuweb/byu-web-component-build": "^2.1.3"
},
"//": {
"a": "Make changes",
"b": "run: npm run build",
"c": "run: git commit -a",
"d": "add a tag: git tag -a v1.3.? -m 'comment'",
"e": "commit to git with tags: git push --follow-tags"
}
}