-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.7 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
46
47
48
49
50
51
52
53
54
55
{
"name": "conventional-changelog-angular-emoji",
"description": "conventional-changelog angular-emoji preset",
"version": "0.2.2",
"main": "src/index.js",
"author": "Maik Ellerbrock <opensource@frapsoft.com> (https://github.com/ellerbrock)",
"license": "ISC",
"bugs": {
"url": "https://github.com/ellerbrock/conventional-changelog-angular-emoji.git/issues"
},
"homepage": "https://github.com/ellerbrock/conventional-changelog-angular-emoji.git#readme",
"scripts": {
"coverage": "istanbul cover -x test.js _mocha -- -R spec --timeout 30000 && rm -rf ./coverage",
"lint": "jshint src/*.js --exclude node_modules && jscs src/*.js",
"test": "mocha --timeout 30000 && npm run-script lint",
"pre-release": "npm run lint && npm test && npm run coverage",
"release": "standard-version",
"post-release": "greenkeeper-postpublish",
"commit": "git add --all && git status && git-cz"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ellerbrock/conventional-changelog-angular-emoji.git"
},
"keywords": [
"conventional-changelog",
"angular-emoji",
"preset"
],
"files": [
"src"
],
"devDependencies": {
"better-than-before": "^1.0.0",
"chai": "^4.0.0",
"commitizen": "2.9.6",
"conventional-changelog-core": "^1.5.0",
"coveralls": "^3.0.0",
"ghooks": "1.3.2",
"git-dummy-commit": "^1.3.0",
"greenkeeper-postpublish": "1.1.0",
"istanbul": "^0.4.5",
"jscs": "^3.0.7",
"jshint": "^2.9.4",
"mocha": "*",
"shelljs": "^0.7.5",
"standard-version": "4.2.0",
"through2": "^2.0.3"
},
"dependencies": {
"compare-func": "^1.3.2",
"github-url-from-git": "^1.5.0",
"q": "^1.4.1"
}
}