forked from blackberry/cordova-plugman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.11 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
{
"author": "Andrew Lunny <[email protected]>",
"name": "plugman",
"description": "install/uninstall Cordova plugins",
"version": "0.5.8",
"repository": {
"type": "git",
"url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"
},
"main": "plugman.js",
"engines": {
"node": ">=0.6.7"
},
"dependencies": {
"nopt": "1.0.x",
"glob": "3.0.x",
"elementtree": "0.1.x",
"xcode": "git+https://github.com/imhotep/node-xcode.git",
"plist": "0.4.x",
"bplist-parser": "0.0.x",
"shelljs": "0.1.x",
"osenv": "0.0.x"
},
"devDependencies": {
"jasmine-node": "1.7.0"
},
"bin" : { "plugman" : "./main.js" },
"scripts": {
"test": "./node_modules/jasmine-node/bin/jasmine-node --color spec"
},
"contributors":[
{
"name":"Anis Kadri"
},
{
"name":"Tim Kim"
},
{
"name":"Braden Shepherdson"
},
{
"name":"Ryan Willoughby"
},
{
"name":"Brett Rudd"
},
{
"name":"Mike Reinstein"
},
{
"name":"Shazron Abdullah"
},
{
"name":"Fil Maj"
}
]
}