UNPKG

636 BJSONView Raw
1{
2 "name": "grunt-release",
3 "version": "0.3.1",
4 "description": "Release a new version of your Node-based project",
5 "main": "Gruntfile.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/geddesign/grunt-release.git"
12 },
13 "keywords": [
14 "gruntplugin",
15 "bump",
16 "release",
17 "npm",
18 "git"
19 ],
20 "author": "Dave Geddes",
21 "license": "MIT",
22 "dependencies": {
23 "shelljs": "~0.1.2",
24 "semver": "~1.1.4"
25 },
26 "devDependencies": {
27 "grunt": "~0.4.0"
28 },
29 "peerDependencies": {
30 "grunt": "~0.4.0"
31 }
32}