-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.26 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
{
"name": "conventional-changelog-ddennis",
"version": "1.4.0",
"description": "conventional-changelog ddennis preset",
"main": "index.js",
"scripts": {
"coverage": "istanbul cover -x test.js _mocha -- -R spec --timeout 30000 && rm -rf ./coverage",
"lint": "jshint *.js --exclude node_modules && jscs *.js",
"test": "mocha --timeout 30000 && npm run-script lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ddennis/conventional-changelog-ddennis.git"
},
"keywords": [
"conventional-changelog",
"angular",
"preset"
],
"author": "Steve Mao",
"license": "ISC",
"bugs": {
"url": "https://github.com/conventional-changelog/conventional-changelog-angular/issues"
},
"homepage": "https://github.com/conventional-changelog/conventional-changelog-angular#readme",
"devDependencies": {
"better-than-before": "^1.0.0",
"chai": "^3.4.1",
"conventional-changelog-core": "^1.0.1",
"coveralls": "^2.11.6",
"git-dummy-commit": "^1.1.1",
"istanbul": "^0.4.1",
"jscs": "^3.0.7",
"jshint": "^2.9.1",
"mocha": "*",
"shelljs": "^0.7.3",
"through2": "^2.0.0"
},
"dependencies": {
"compare-func": "^1.3.1",
"github-url-from-git": "^1.4.0",
"q": "^1.4.1"
}
}