-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
45 lines (45 loc) · 1.11 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
42
43
44
45
{
"name": "login-fire",
"version": "2.2.1",
"description": "Simple way to add authentication to your app using Firebase Auth.",
"directories": {
"test": "test"
},
"devDependencies": {
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.1.0",
"polymer-cli": "^1.9.8",
"standard-changelog": "^1.0.9",
"standard-version": "^9.1.1"
},
"scripts": {
"test": "polymer test",
"release": "standard-version",
"release:patch": "standard-version --release-as patch",
"release:minor": "standard-version --release-as minor",
"release:major": "standard-version --release-as major"
},
"repository": {
"type": "git",
"url": "git+https://github.com/convoo/login-fire.git"
},
"keywords": [
"login",
"auth",
"authentication",
"polymer",
"firebase",
"web-component"
],
"author": "Convoo",
"license": "MIT",
"bugs": {
"url": "https://github.com/convoo/login-fire/issues"
},
"homepage": "https://github.com/convoo/login-fire#readme",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}