-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
37 lines (37 loc) · 1.06 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "readthedocs-sphinx-search",
"version": "0.3.2",
"description": "Enable search-as-you-type feature.",
"scripts": {
"build": "gulp",
"changelog": "gh-changelog -o readthedocs -r readthedocs-sphinx-search -e '' -f CHANGELOG.rst"
},
"repository": {
"type": "git",
"url": "git+https://github.com/readthedocs/readthedocs-sphinx-search.git"
},
"author": "Vaibhav Gupta",
"license": "MIT",
"bugs": {
"url": "https://github.com/readthedocs/readthedocs-sphinx-search/issues"
},
"homepage": "https://github.com/readthedocs/readthedocs-sphinx-search",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"browserslist": "^4.16.5",
"del": "^4.1.1",
"github-changelog": "git+https://github.com/agjohnson/github-changelog.git",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^6.1.0",
"gulp-babel": "^8.0.0",
"gulp-csso": "^3.0.1",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.2",
"run-sequence": "^2.2.1"
},
"browserslist": [
"last 10 versions",
"ie 11"
]
}