Skip to content

Commit da06e57

Browse files
authored
Update package.json (#1)
1 parent dacc627 commit da06e57

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

package.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,23 @@
1212
"test": "mocha .tmp/spec/index.spec.js",
1313
"posttest": "npm run lint && rm -rf .tmp"
1414
},
15+
"repository": {
16+
"type": "git",
17+
"url": "git+https://github.com/firebase/firebase-functions-test.git"
18+
},
19+
"keywords": [
20+
"firebase",
21+
"functions",
22+
"google",
23+
"cloud",
24+
"test"
25+
],
1526
"author": "Firebase Team",
27+
"license": "MIT",
28+
"bugs": {
29+
"url": "https://github.com/firebase/firebase-functions-test/issues"
30+
},
31+
"homepage": "https://github.com/firebase/firebase-functions-test#readme",
1632
"dependencies": {
1733
"@types/lodash": "^4.14.104",
1834
"firebase-admin": "^5.11.0",

0 commit comments

Comments
 (0)