-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.09 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
{
"name": "juanito",
"version": "1.0.6",
"description": "Juanito, the helper",
"homepage": "https://github.com/alvaroveliz/juanito",
"author": {
"name": "Alvaro Véliz",
"email": "[email protected]"
},
"contributors": [{
"name" : "Juan Pablo Sepúlveda",
"email" : "[email protected]"
}, {
"name" : "Hector Palma Tellez",
"email" : "[email protected]"
}],
"repository": {
"type": "git",
"url": "git://github.com/alvaroveliz/juanito.git"
},
"bugs": {
"url": "https://github.com/alvaroveliz/juanito/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/alvaroveliz/juanito/blob/master/LICENSE"
}
],
"main": "bin/juanito.js",
"engines": {
"node": ">= 0.10"
},
"keywords": [
"htmlparser",
"wordpress",
"themes",
"parse",
"wp"
],
"preferGlobal": true,
"bin": {
"juanito": "bin/juanito.js"
},
"dependencies": {
"cheerio": "^0.18.0",
"commander": "^2.5.0",
"htmlparser2": "^3.8.2",
"inquirer": "^0.8.0",
"ncp": "^1.0.1",
"wrench": "^1.5.8"
}
}