UNPKG

604 BJSONView Raw
1{
2 "name": "amalgamatic",
3 "description": "Search all the things! Pluggable metasearch. Uses APIs when it can, scrapes otherwise, write your own plugins for things that don't already have them.",
4 "repository": {
5 "type": "git",
6 "url": "https://github.com/ucsf-ckm/amalgamatic.git"
7 },
8 "version": "6.0.0",
9 "dependencies": {
10 "async": "^0.9.0",
11 "cheerio": "^0.17.0"
12 },
13 "scripts": {
14 "test": "node_modules/lab/bin/lab -t 100"
15 },
16 "engines": {
17 "node": "0.10.x"
18 },
19 "devDependencies": {
20 "jshint": "^2.5.5",
21 "lab": "^4.4.4",
22 "precommit-hook": "^1.0.7"
23 }
24}