-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.2 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.2 KB
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": "html2json",
"description": "html2json parser",
"version": "0.0.1",
"license": "MIT",
"author": {
"name": "Ryan Sherlock",
"email": "[email protected]"
},
"homepage": "https://github.com/imsherlock/node-html2json",
"repository": {
"type": "git",
"url": "git://github.com/imsherlock/node-html2json.git"
},
"keywords": [
"html",
"json",
"parser"
],
"main": "lib/html2json.js",
"dependencies": {
},
"devDependencies": {
},
"scripts": {
"prepublish": "npm html2json"
},
"gitHead": "",
"bugs": {
"url": "https://github.com/imsherlock/node-html2json/issues"
},
"_id": "[email protected]",
"_shasum": "",
"_from": "html2json@*",
"_npmVersion": "2.5.1",
"_nodeVersion": "0.12.0",
"_npmUser": {
"name": "imsherlock",
"email": "[email protected]"
},
"maintainers": [
{
"name": "imsherlock",
"email": "[email protected]"
}
],
"dist": {
"shasum": "",
"tarball": "http://registry.npmjs.org/html2json/-/html2json-0.0.1.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/html2json/-/html2json-0.0.1.tgz",
"readme": "ERROR: No README data found!"
}