forked from marcbuils/gulp-phonegap-build
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.2 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
{
"name": "gulp-phonegap-build",
"description": "Build phonegap app via build.phonegap.com",
"version": "0.1.5",
"homepage": "http://marcbuils.github.io/gulp-phonegap-build",
"author": {
"name": "Marc Buils",
"email": "[email protected]"
},
"contributors": [
{
"name": "Kensuke Fujita",
"url": "https://github.com/uchida75cm"
},
{
"name": "Alex",
"url": "https://github.com/whitecolor"
},
{
"name": "Alex Mrynsky",
"url": "https://github.com/amrynsky"
},
{
"name": "corneyl",
"url": "https://github.com/corneyl"
},
{
"name": "Charles Fourdrignier",
"url": "https://github.com/Charlynux"
}
],
"repository": {
"type": "git",
"url": "git://github.com/marcbuils/gulp-phonegap-build.git"
},
"main": "tasks/phonegap-build.js",
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"needle": "",
"read": "~1.0.4",
"archiver": "~0.11.0",
"gulp": "~3.8.7",
"gulp-util": "~3.0.0",
"lodash": "~2.4.1",
"through2": "~0.6.1",
"vinyl-buffer": "0.0.0",
"vinyl-source-stream": "^0.1.1"
},
"keywords": [
"gulp",
"gulpplugin",
"phonegap"
]
}