UNPKG

727 BJSONView Raw
1{
2 "name": "grunt-release",
3 "version": "0.8.0",
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": "~2.0.10",
25 "superagent": "~0.15.4",
26 "q": "~1.0.0"
27 },
28 "devDependencies": {
29 "grunt": "~0.4.0",
30 "grunt-contrib-clean": "~0.4.0",
31 "grunt-contrib-nodeunit": "~0.1.2"
32 },
33 "peerDependencies": {
34 "grunt": "~0.4.1"
35 }
36}