-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
48 lines (48 loc) · 1.05 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
{
"name": "gulp-cordova-bump",
"version": "1.3.3",
"description": "Bump cordova package version",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/MichaelTaylor3D/gulp-cordova-bump.git"
},
"author": {
"name": "Michael Taylor",
"email": "mtaylor@michaeltaylor3d.com",
"url": "http://www.michaeltaylor3d.com"
},
"contributors": [
{
"name": "Akshaya Kumar Sharma",
"email": "akshayakrsh@gmail.com",
"url": "http://www.lordakshaya.com"
}
],
"keywords": [
"gulpplugin",
"cordova",
"bump",
"semver",
"gulp"
],
"dependencies": {
"chalk": "^1.1.3",
"gulp-bump": "^2.5.0",
"gulp-debug": "^3.0.0",
"gulp-filter": "^4.0.0",
"gulp-load-plugins": "^1.4.0",
"gulp-util": "^3.0.2",
"gulp-xml-transformer": "^1.2.0",
"gutil": "^1.6.4",
"lodash": "^4.17.2",
"map-stream": "0.0.6",
"semver": "^5.3.0",
"through2": "^2.0.1",
"vinyl-fs": "^2.4.3",
"yargs": "^6.0.0"
},
"devDependencies": {
"gulp": "^3.8.10"
}
}