forked from aaccurso/grunt-bump-cordova
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "grunt-bump-cordova",
"description": "Bump package version",
"version": "0.1.6",
"homepage": "https://github.com/aaccurso/grunt-bump-cordova",
"author": {
"name": "Alan Accurso",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/aaccurso/grunt-bump-cordova.git"
},
"bugs": {
"url": "https://github.com/aaccurso/grunt-bump-cordova/issues"
},
"main": "tasks/bump.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt nodeunit"
},
"license": "MIT",
"dependencies": {
"semver": "~2.3.0",
"xml2js": "^0.4.4"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"devDependencies": {
"grunt": "^0.4.0",
"grunt-auto-release": "^0.0.6",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "^0.4.0",
"grunt-npm": "^0.0.2",
"load-grunt-tasks": "^0.4.0"
},
"keywords": [
"gruntplugin",
"cordova",
"bump",
"version"
],
"contributors": [
"Alan Accurso <[email protected]>",
"Eddie Monge <[email protected]>",
"aaccurso <[email protected]>",
"Mathias Paumgarten <[email protected]>",
"Elfrey Shira <[email protected]>",
"Jonas Rabbe <[email protected]>",
"adam j. sontag <[email protected]>",
"travis4all <[email protected]>",
"RobinQu <[email protected]>",
"Snugug <[email protected]>",
"Theodor Tonum <[email protected]>",
"angleman <[email protected]>",
"cattail <[email protected]>",
"Adam Biggs <[email protected]>",
"ylesaout <[email protected]>",
"Gavin <[email protected]>",
"George Antoniadis <[email protected]>",
"Jarrett Drouillard <[email protected]>",
"Mathias Paumgarten <[email protected]>",
"Maxime Francois <[email protected]>",
"Mayhem <[email protected]>",
"Michael Hellein <[email protected]>",
"Mário Gonçalves <[email protected]>"
]
}