-
Notifications
You must be signed in to change notification settings - Fork 65
/
package.json
55 lines (54 loc) · 1.13 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
{
"name": "apricot",
"version": "0.0.7",
"description": "Apricot is a HTML / DOM parser, scraper for Nodejs. It is inspired by rubys hpricot and designed to fetch, iterate, and augment html or html fragments.",
"keywords": [
"dom",
"javascript",
"xui"
],
"maintainers": [
{
"name": "Rob Ellis",
"email": "[email protected]",
"web": "http://silentrob.me"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/silentrob/Apricot/blob/master/LICENSE.txt"
}
],
"repositories": [
{
"type": "git",
"url": "http://github.com/silentrob/Apricot.git"
}
],
"dependencies": {
"jsdom": "> 0.2",
"node-sizzle" : "*"
},
"os": [
"linux",
"macos",
"darwin",
"win",
"win32"
],
"cpu": [
"x86",
"ppc",
"x86_64",
"x64",
"ia32"
],
"engines": [
"node"
],
"directories": {
"lib": "lib"
},
"main": "./lib/apricot"
}