netscape-bookmarks
Version:
Create a netscape format bookmarks file (works with Chrome)
32 lines (31 loc) • 690 B
JSON
{
"name": "netscape-bookmarks",
"description": "Create a netscape format bookmarks file (works with Chrome)",
"version": "0.1.1",
"author": "Dave Eddy <dave@daveeddy.com> (http://www.daveeddy.com)",
"contributors": [],
"repository": {
"type": "git",
"url": "git://github.com/bahamas10/node-netscape-bookmarks.git"
},
"scripts": {
"test": "node examples/parse.js < examples/bookmarks.json"
},
"dependencies": {},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"keywords": [
"url",
".url",
"bookmarks",
"favorites",
"ie",
"chrome",
"netscape",
"html",
"internet explorer"
]
}