UNPKG

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