diff options
Diffstat (limited to 'node_modules/algoliasearch/package.json')
| -rw-r--r-- | node_modules/algoliasearch/package.json | 140 |
1 files changed, 140 insertions, 0 deletions
diff --git a/node_modules/algoliasearch/package.json b/node_modules/algoliasearch/package.json new file mode 100644 index 00000000..76095c76 --- /dev/null +++ b/node_modules/algoliasearch/package.json @@ -0,0 +1,140 @@ +{ + "name": "algoliasearch", + "version": "3.30.0", + "description": "AlgoliaSearch API JavaScript client", + "main": "index.js", + "jsdelivr": "./dist/algoliasearch.min.js", + "browser": { + "./index.js": "./src/browser/builds/algoliasearch.js", + "./lite.js": "./src/browser/builds/algoliasearchLite.js" + }, + "scripts": { + "build": "./scripts/build", + "dev": "APP_ENV=development DEBUG=zuul* zuul --no-coverage --local 8080 -- test/run-browser.js", + "dev-integration": "APP_ENV=development DEBUG=zuul* zuul --no-coverage --local 8080 -- test/run-integration.js", + "examples": "http-server . -a 0.0.0.0", + "watch": "watchify index.js -d -v -s algoliasearch -o dist/algoliasearch.js", + "release": "git clean dist/ -f && git checkout dist/ && yarn && ./scripts/release && APP_ENV=production npm run build", + "test": "./scripts/test", + "test-ci:lint": "./scripts/lint", + "test-ci:bundlesize": "./scripts/bundlesize", + "test-ci:unit-node": "./scripts/test-node-unit", + "test-ci:integration-node": "./scripts/test-node-integration", + "test-ci:unit-browsers": "./scripts/test-browser unit", + "test-ci:integration-browsers": "./scripts/test-browser integration", + "lint": "./scripts/lint" + }, + "browserify": { + "transform": [ + "envify" + ] + }, + "bundlesize": [ + { + "path": "./dist/algoliasearch.?(jquery|angular).min.js", + "maxSize": "19 kB" + }, + { + "path": "./dist/algoliasearchLite.min.js", + "maxSize": "13 kB" + } + ], + "repository": { + "type": "git", + "url": "git://github.com/algolia/algoliasearch-client-js.git" + }, + "keywords": [ + "algolia", + "search", + "search api", + "instant search", + "realtime", + "autocomplete" + ], + "homepage": "https://www.algolia.com/doc/api-client/javascript/", + "bugs": "https://github.com/algolia/algoliasearch-client-js/issues", + "author": { + "name": "Algolia SAS", + "url": "https://www.algolia.com" + }, + "contributors": [ + { + "name": "Algolia Team <support@algolia.com>", + "url": "http://www.algolia.com" + } + ], + "files": [ + "src", + "dist", + "plugins", + "index.js", + "lite.js", + "reactnative.js", + "bower.json" + ], + "dependencies": { + "agentkeepalive": "^2.2.0", + "debug": "^2.6.8", + "envify": "^4.0.0", + "es6-promise": "^4.1.0", + "events": "^1.1.0", + "foreach": "^2.0.5", + "global": "^4.3.2", + "inherits": "^2.0.1", + "isarray": "^2.0.1", + "load-script": "^1.0.0", + "object-keys": "^1.0.11", + "querystring-es3": "^0.2.1", + "reduce": "^1.0.1", + "semver": "^5.1.0", + "tunnel-agent": "^0.6.0" + }, + "devDependencies": { + "angular": "^1.6.4", + "array.from": "^1.0.3", + "async": "^1.5.2", + "babel-eslint": "^4.1.6", + "bowser": "1.9.3", + "browserify": "^14.5.0", + "bulk-require": "^1.0.0", + "bulkify": "^1.2.0", + "bundle-collapser": "^1.2.1", + "bundlesize": "^0.15.3", + "chance": "^1.0.9", + "compression": "^1.6.2", + "deumdify": "^1.2.4", + "domready": "0.3.0", + "eslint": "^1.7.3", + "eslint-config-airbnb": "^0.1.0", + "eslint-config-algolia": "4.2.0", + "eslint-plugin-react": "^3.6.3", + "express": "^4.15.3", + "faux-jax": "^5.0.6", + "http-proxy": "^1.13.3", + "http-server": "^0.10.0", + "jquery": "^3.2.1", + "jquery-ajax-transport-xdomainrequest": "^1.0.4", + "lodash-compat": "^3.10.2", + "morgan": "^1.8.2", + "mversion": "^1.10.1", + "pretty-bytes": "^2.0.1", + "proxy": "^0.2.4", + "proxy-agent": "^2.0.0", + "self-signed": "^1.3.1", + "server-destroy-vvo": "^1.0.1", + "sinon": "^1.17.7", + "tap-bail": "^1.0.0", + "tap-dot": "^1.0.5", + "tape": "^4.5.1", + "uglify-js": "2.6.4", + "url-parse": "^1.1.9", + "watchify": "^3.9.0", + "webpack": "^1.13.1", + "xhr": "^2.4.0", + "zuul": "^3.12.0" + }, + "engines": { + "node": ">=0.8" + }, + "license": "MIT" +} |
