UNPKG

910 BJSONView Raw
1{
2 "name": "chg",
3 "version": "0.1.5",
4 "main": "lib/changelog.js",
5 "description": "simple changelog/release history manager",
6 "homepage": "https://github.com/heff/chg",
7 "bugs": "https://github.com/heff/chg/issues",
8 "author": {
9 "name": "heff"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/heff/chg"
14 },
15 "licenses": [
16 {
17 "type": "Apache",
18 "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
19 }
20 ],
21 "keywords": [
22 "changelog",
23 "history",
24 "release",
25 "change"
26 ],
27 "scripts": {
28 "test": "grunt test"
29 },
30 "devDependencies": {
31 "grunt-cli": "~0.1.0",
32 "grunt": "~0.4.0",
33 "grunt-contrib-jshint": "~0.6.0",
34 "grunt-contrib-nodeunit": "~0.2.0",
35 "grunt-contrib-watch": "~0.5.0"
36 },
37 "dependencies": {
38 "moment": "~2.5.1",
39 "prompt": "~0.2.12",
40 "shelljs": "~0.2.6",
41 "commander": "~2.1.0"
42 }
43}