|
1 | 1 | { |
2 | | - "name": "github-release-notes", |
3 | | - "version": "0.6.3", |
4 | | - "description": "Node module to publish release notes based on commits between the last two tags.", |
5 | | - "main": "./github-release-notes.js", |
6 | | - "scripts": { |
7 | | - "start": "node github-release-notes.js", |
8 | | - "test": "grunt test", |
9 | | - "docs": "node_modules/.bin/jsdoc -c .jsdoc.conf.json --verbose" |
10 | | - }, |
11 | | - "repository": { |
12 | | - "type": "git", |
13 | | - "url": "git+https://github.com/alexcanessa/github-release-notes.git" |
14 | | - }, |
15 | | - "preferGlobal": "true", |
16 | | - "bin": { |
17 | | - "gren": "bin/gren.js" |
18 | | - }, |
19 | | - "keywords": [ |
20 | | - "Github", |
21 | | - "Release", |
22 | | - "notes", |
23 | | - "Tag", |
24 | | - "Changelog", |
25 | | - "Changelog Generator", |
26 | | - "Issues", |
27 | | - "Commits" |
28 | | - ], |
29 | | - "author": "alexcanessa", |
30 | | - "contributors": [ |
31 | | - "Alex Canessa <[email protected]>" |
32 | | - ], |
33 | | - "license": "ISC", |
34 | | - "bugs": { |
35 | | - "url": "https://github.com/alexcanessa/github-release-notes/issues" |
36 | | - }, |
37 | | - "homepage": "https://github.com/alexcanessa/github-release-notes#readme", |
38 | | - "dependencies": { |
39 | | - "chalk": "^1.1.3", |
40 | | - "connectivity": "^1.0.0", |
41 | | - "deep-assign": "^2.0.0", |
42 | | - "es6-promise": "^3.2.1", |
43 | | - "github-api": "^3.0.0", |
44 | | - "require-yaml": "0.0.1" |
45 | | - }, |
46 | | - "devDependencies": { |
47 | | - "eslint": "^3.6.0", |
48 | | - "eslint-config-standard": "^6.0.1", |
49 | | - "eslint-plugin-promise": "^3.5.0", |
50 | | - "eslint-plugin-standard": "^2.0.0", |
51 | | - "grunt": "^1.0.1", |
52 | | - "grunt-contrib-nodeunit": "^1.0.0", |
53 | | - "grunt-eslint": "^19.0.0", |
54 | | - "jsdoc": "^3.4.3", |
55 | | - "minami": "^1.1.1" |
56 | | - } |
| 2 | + "name": "github-release-notes", |
| 3 | + "version": "0.6.3", |
| 4 | + "description": "Node module to publish release notes based on commits between the last two tags.", |
| 5 | + "main": "./github-release-notes.js", |
| 6 | + "scripts": { |
| 7 | + "start": "node github-release-notes.js", |
| 8 | + "test": "grunt test", |
| 9 | + "docs": "node_modules/.bin/jsdoc -c .jsdoc.conf.json --verbose" |
| 10 | + }, |
| 11 | + "repository": { |
| 12 | + "type": "git", |
| 13 | + "url": "git+https://github.com/alexcanessa/github-release-notes.git" |
| 14 | + }, |
| 15 | + "preferGlobal": "true", |
| 16 | + "bin": { |
| 17 | + "gren": "bin/gren.js" |
| 18 | + }, |
| 19 | + "keywords": [ |
| 20 | + "Github", |
| 21 | + "Release", |
| 22 | + "notes", |
| 23 | + "Tag", |
| 24 | + "Changelog", |
| 25 | + "Changelog Generator", |
| 26 | + "Issues", |
| 27 | + "Commits" |
| 28 | + ], |
| 29 | + "author": "alexcanessa", |
| 30 | + "contributors": [ |
| 31 | + "Alex Canessa <[email protected]>" |
| 32 | + ], |
| 33 | + "license": "ISC", |
| 34 | + "bugs": { |
| 35 | + "url": "https://github.com/alexcanessa/github-release-notes/issues" |
| 36 | + }, |
| 37 | + "homepage": "https://github.com/alexcanessa/github-release-notes#readme", |
| 38 | + "dependencies": { |
| 39 | + "chalk": "^1.1.3", |
| 40 | + "connectivity": "^1.0.0", |
| 41 | + "es6-promise": "^3.2.1", |
| 42 | + "github-api": "^3.0.0", |
| 43 | + "require-yaml": "0.0.1" |
| 44 | + }, |
| 45 | + "devDependencies": { |
| 46 | + "eslint": "^3.6.0", |
| 47 | + "eslint-config-standard": "^6.0.1", |
| 48 | + "eslint-plugin-promise": "^3.5.0", |
| 49 | + "eslint-plugin-standard": "^2.0.0", |
| 50 | + "grunt": "^1.0.1", |
| 51 | + "grunt-contrib-nodeunit": "^1.0.0", |
| 52 | + "grunt-eslint": "^19.0.0", |
| 53 | + "jsdoc": "^3.4.3", |
| 54 | + "minami": "^1.1.1", |
| 55 | + "object-assign-deep": "0.0.4" |
| 56 | + } |
57 | 57 | } |
0 commit comments