UNPKG

678 BJSONView Raw
1{
2 "name": "grunt-release",
3 "version": "0.3.4",
4 "description": "Release a new version of your Node-based project",
5 "main": "Gruntfile.js",
6 "scripts": {
7 "test": "grunt test"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/geddski/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 "grunt-contrib-clean": "~0.4.0",
29 "grunt-contrib-nodeunit": "~0.1.2"
30 },
31 "peerDependencies": {
32 "grunt": "~0.4.1"
33 }
34}