63 lines
1.9 KiB
JSON
63 lines
1.9 KiB
JSON
{
|
|
"name": "docsearch.js",
|
|
"version": "0.0.1",
|
|
"description": "Add an autocomplete dropdown to your documentation",
|
|
"main": "dist/npm/index.js",
|
|
"scripts": {
|
|
"dev": "./scripts/dev",
|
|
"dev:docs": "./scripts/dev-docs",
|
|
"shrinkwrap": "npm-shrinkwrap --dev",
|
|
"doctoc": "doctoc --maxlevel 3 README.md CONTRIBUTING.md",
|
|
"build": "./scripts/build",
|
|
"build:css": "./scripts/build-css",
|
|
"build:js": "./scripts/build-js",
|
|
"release": "./scripts/release",
|
|
"release:beta": "./scripts/release-beta",
|
|
"lint": "eslint .",
|
|
"test": "BABEL_ENV=test mocha --reporter dot",
|
|
"test:watch": "BABEL_ENV=test mocha --reporter min --watch"
|
|
},
|
|
"author": "Algolia <support@algolia.com> (https://github.com/algolia/)",
|
|
"license": "MIT",
|
|
"repository": "algolia/docsearch",
|
|
"devDependencies": {
|
|
"autoprefixer": "^6.1.2",
|
|
"babel": "^5.8.29",
|
|
"babel-core": "^5.8.29",
|
|
"babel-eslint": "^4.1.3",
|
|
"babel-loader": "^5.3.2",
|
|
"conventional-changelog": "^0.5.1",
|
|
"cssnano": "^3.4.0",
|
|
"doctoc": "^0.15.0",
|
|
"eslint": "^1.6.0",
|
|
"eslint-config-airbnb": "^0.1.0",
|
|
"eslint-config-algolia": "^4.2.0",
|
|
"eslint-plugin-algolia": "^1.5.0",
|
|
"eslint-plugin-react": "^3.5.1",
|
|
"expect": "^1.13.0",
|
|
"gh-pages": "^0.8.0",
|
|
"jsdom": "^7.1.1",
|
|
"json": "^9.0.3",
|
|
"mocha": "^2.3.4",
|
|
"mocha-jsdom": "^1.0.0",
|
|
"mversion": "^1.10.1",
|
|
"nd": "^1.2.0",
|
|
"node-sass": "^3.4.2",
|
|
"npm-shrinkwrap": "^200.4.0",
|
|
"onchange": "^2.0.0",
|
|
"postcss-cli": "^2.3.2",
|
|
"pretty-bytes": "^2.0.1",
|
|
"semver": "^5.1.0",
|
|
"uglifyjs": "^2.4.10",
|
|
"webpack": "^1.12.2",
|
|
"webpack-dev-server": "^1.12.1"
|
|
},
|
|
"peerDependencies": {},
|
|
"dependencies": {
|
|
"algoliasearch": "^3.9.2",
|
|
"autocomplete.js": "^0.16.0",
|
|
"hogan.js": "^3.0.2",
|
|
"npm-zepto": "^1.1.7",
|
|
"to-factory": "^1.0.0"
|
|
}
|
|
}
|