UNPKG

dext-hackernews-plugin

Version:

Dext plugin to search for stories on Hacker News.

40 lines (39 loc) 864 B
{ "name": "dext-hackernews-plugin", "version": "0.3.2", "description": "Dext plugin to search for stories on Hacker News.", "keywords": [ "dext", "dext-plugin", "hacker news", "hn", "y-combinator", "yc" ], "main": "index.js", "files": [ "icon.png", "index.js" ], "author": "Vu Tran <vu@vu-tran.com>", "license": "MIT", "dependencies": { "got": "^6.3.0" }, "scripts": { "lint": "eslint index.js", "test": "jest --coverage", "test-watch": "jest --watch" }, "devDependencies": { "babel-eslint": "^6.1.2", "babel-jest": "^16.0.0", "babel-plugin-transform-async-to-generator": "^6.16.0", "babel-polyfill": "^6.16.0", "babel-preset-es2015": "^6.16.0", "coveralls": "^2.11.14", "eslint": "^3.3.1", "eslint-plugin-import": "^1.13.0", "jest": "^16.0.1" } }