-
-
Notifications
You must be signed in to change notification settings - Fork 197
/
package.json
43 lines (43 loc) · 1.08 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
{
"name": "push",
"version": "3.0.2",
"description": "Isomorphic Push notifications for APN and GCM",
"main": "index.js",
"scripts": {
"test": "echo \"Tests not implemented\" && exit 0",
"commitmsg": "commitlint -e $GIT_PARAMS",
"semantic-release": "semantic-release"
},
"release": {
"verifyConditions": [
"semantic-release-meteor",
"@semantic-release/github"
],
"getLastRelease": "semantic-release-meteor",
"publish": [
"semantic-release-meteor",
"@semantic-release/github"
]
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"repository": "https://github.com/raix/push.git",
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/raix/push/issues"
},
"homepage": "https://github.com/raix/push#readme",
"devDependencies": {
"@commitlint/cli": "^5.1.1",
"@commitlint/config-conventional": "^5.1.3",
"husky": "^0.14.3",
"meteor-ci": "0.3.1",
"semantic-release": "^17.2.3",
"semantic-release-meteor": "^0.0.7",
"semver": "^5.4.1"
}
}