1 | {
|
2 | "name": "ezchangelog",
|
3 | "version": "3.0.3",
|
4 | "description": "changelog",
|
5 | "bin": {
|
6 | "ezchangelog": "./bin/ezchangelog",
|
7 | "ezchangelog-stream": "./bin/ezchangelog-stream.js"
|
8 | },
|
9 | "scripts": {
|
10 | "test": "gulp"
|
11 | },
|
12 | "repository": {
|
13 | "type": "git",
|
14 | "url": "git+https://github.com/zoubin/ezchangelog.git"
|
15 | },
|
16 | "keywords": [
|
17 | "git",
|
18 | "log",
|
19 | "changelog"
|
20 | ],
|
21 | "author": "zoubin",
|
22 | "license": "MIT",
|
23 | "bugs": {
|
24 | "url": "https://github.com/zoubin/ezchangelog/issues"
|
25 | },
|
26 | "homepage": "https://github.com/zoubin/ezchangelog#readme",
|
27 | "dependencies": {
|
28 | "minimist": "^1.2.0",
|
29 | "split2": "^1.0.0",
|
30 | "stream-combiner2": "^1.1.1",
|
31 | "through2": "^2.0.0",
|
32 | "util-mix": "^3.0.2"
|
33 | },
|
34 | "devDependencies": {
|
35 | "callback-sequence": "^1.2.1",
|
36 | "del": "^2.0.2",
|
37 | "gulp": "^3.9.0",
|
38 | "gulp-eslint": "^1.0.0"
|
39 | }
|
40 | }
|