UNPKG

768 BJSONView Raw
1{
2 "name": "grunt-release",
3 "version": "0.11.0",
4 "description": "Release a new version of your Node-based project",
5 "main": "Gruntfile.js",
6 "scripts": {
7 "test": "grunt test"
8 },
9 "engines": {
10 "node": ">=0.10"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/geddski/grunt-release.git"
15 },
16 "keywords": [
17 "gruntplugin",
18 "bump",
19 "release",
20 "npm",
21 "git"
22 ],
23 "author": "Dave Geddes",
24 "license": "MIT",
25 "dependencies": {
26 "shelljs": "^0.3.0",
27 "semver": "^4.1.0",
28 "superagent": "^0.21.0",
29 "q": "^1.1.2"
30 },
31 "devDependencies": {
32 "grunt": "^0.4.5",
33 "grunt-contrib-nodeunit": "^0.4.1",
34 "grunt-contrib-clean": "^0.6.0"
35 },
36 "peerDependencies": {
37 "grunt": "^0.4.1"
38 }
39}