sajari-website
Version:
Website extensions for the Sajari API. Automatically index site content, add user profiles, render search and recommendations, etc.
63 lines (62 loc) • 1.55 kB
JSON
{
"name": "sajari-website",
"version": "0.12.0",
"description": "Website extensions for the Sajari API. Automatically index site content, add user profiles, render search and recommendations, etc.",
"author": {
"name": "mish15",
"url": "https://www.sajari.com"
},
"repository": {
"type": "git",
"url": "git://github.com/sajari/sajari-sdk-website.git"
},
"readmeFilename": "README.md",
"main": "src/js/website.js",
"keywords": [
"sajari",
"search",
"index",
"crawl",
"render",
"website",
"match",
"recommend",
"realtime",
"autocomplete"
],
"homepage": "https://github.com/sajari/sajari-sdk-webiste",
"bugs": "https://github.com/sajari/sajari-sdk-website/issues",
"contributors": [
{
"name": "Sajari Support <support@sajari.com>",
"url": "https://www.sajari.com"
}
],
"devDependencies": {
"browserify": "^13.0.0",
"gulp": "^4.0.0",
"gulp-cli": "^2.0.1",
"gulp-concat": "^2.3.4",
"gulp-jsbeautifier": "^2.1.2",
"gulp-jshint": "^2.1.0",
"gulp-jslint": "^1.0.10",
"gulp-tape": "0.0.7",
"gulp-uglify": "^3.0.1",
"gulp-watch": "^5.0.1",
"jshint": "^2.9.6",
"jshint-stylish": "^2.1.0",
"tap-colorize": "^1.2.0",
"tape": "^4.4.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"debug": "^2.6.9",
"dot": "1.0.1",
"js-base64": "^2.1.9",
"js-cookie": "^2.1.0",
"sajari": "0.9.5",
"superagent": "^3.8.3"
},
"license": "MIT"
}