UNPKG

hatena-bookmark-parser

Version:
31 lines (30 loc) 785 B
{ "name": "hatena-bookmark-parser", "version": "1.1.2", "description": "Hatena Bookmark Parser", "main": "index.js", "scripts": { "lint": "node node_modules/.bin/jshint -c .jshintrc index.js tests/*.js && echo lint ok", "test": "npm run lint && node node_modules/.bin/mocha -t 10000 tests/parse.js tests/extractTags.js" }, "keywords": [ "Hatena", "Bookmark" ], "author": { "name": "Yohei Yamaguchi", "email": "joker13meister@gmail.com" }, "repository": { "type": "git", "url": "git://github.com/gologo13/node-hatena-bookmark-parser.git" }, "bugs": { "url": "https://github.com/gologo13/node-hatena-Bookmark-parser/issues" }, "license": "MIT", "devDependencies": { "jshint": "^2.5.10", "mocha": "^2.0.1" } }