UNPKG

super-kat

Version:

KAT api wrapper with mirror fallback and advanced search parameters.

62 lines (61 loc) 2.19 kB
{ "name": "super-kat", "version": "0.1.0", "description": "KAT api wrapper with mirror fallback and advanced search parameters.", "homepage": "http://github.com/amilajack/kat-api", "repository": "git://github.com/amilajack/kat-api.git", "author": "Amila Welihinda <amilajack@gmail.com>", "main": "index.js", "browser": { "index.js": "./lib/kat-api.js" }, "keywords": [ "kat", "api" ], "scripts": { "test": "cross-env NODE_ENV=test mocha --slow 3000 --timeout 30000 --inline-diffs --async-only --growl --compilers js:babel-register --recursive --require ./test/setup.js test/*.spec.js", "test-all": "cross-env NODE_ENV=test npm run test && npm run lint && npm run build", "build": "cross-env NODE_ENV=production babel src --out-dir lib && npm run build-web", "build-web": "cross-env NODE_ENV=production node -r babel-register ./node_modules/webpack/bin/webpack --config webpack.config.js --progress --profile --colors --display-error-details", "clean": "rm -rf lib", "lint": "cross-env NODE_ENV=test eslint src test", "version": "npm run build", "precommit": "npm run build" }, "devDependencies": { "babel-cli": "^6.18.0", "babel-eslint": "^7.1.0", "babel-loader": "^6.2.7", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-transform-es2015-modules-umd": "^6.18.0", "babel-plugin-transform-runtime": "^6.15.0", "babel-polyfill": "^6.16.0", "babel-preset-es2015": "^6.18.0", "babel-preset-stage-0": "^6.16.0", "babel-register": "^6.18.0", "chai": "^3.5.0", "cross-env": "^3.1.3", "eslint": "^3.9.0", "eslint-config-airbnb": "^12.0.0", "eslint-plugin-immutable": "^1.0.0", "eslint-plugin-import": "^2.0.1", "eslint-plugin-jsx-a11y": "^2.2.3", "eslint-plugin-react": "^6.4.1", "husky": "^0.11.9", "json-loader": "^0.5.4", "mocha": "^2.1.2", "uglifyify": "^3.0.4", "webpack": "^1.13.3" }, "dependencies": { "babel-runtime": "^6.18.0", "cheerio": "github:cheeriojs/cheerio#e65ad72", "isomorphic-fetch": "^2.2.1", "urijs": "^1.18.2" }, "engines": { "node": ">=6.x", "npm": ">=3.x" } }