readthedocs.org/package.json

51 lines
1.3 KiB
JSON
Raw Normal View History

{
"name": "readthedocs",
"version": "0.0.1",
"description": "Read the Docs build dependencies",
"author": "Anthony Johnson <anthony@readthedocs.com>",
2018-06-28 21:32:07 +00:00
"scripts": {
"build": "gulp build",
"dev": "gulp dev",
"lint": "gulp lint",
"vendor": "gulp vendor"
},
"dependencies": {
2018-04-03 22:15:36 +00:00
"bowser": "^1.9.3",
"cssfilter": "0.0.8",
2018-05-30 20:11:49 +00:00
"github-changelog": "git+https://github.com/agjohnson/github-changelog.git",
2018-11-09 21:28:59 +00:00
"npm": "^6.1.0",
"verge": "^1.10.2"
},
"devDependencies": {
2018-05-31 01:31:12 +00:00
"bower": "^1.8.4",
"bower-resolve": "^2.2.1",
"browserify": "*",
"debowerify": "git+https://github.com/agjohnson/debowerify.git#8c6b9a7",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.2.0",
"event-stream": "^3.3.1",
2018-05-31 01:31:12 +00:00
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-less": "^3.0.3",
"gulp-rename": "^1.2.2",
"gulp-run": "^1.6.6",
2018-06-28 21:32:07 +00:00
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.3",
"gulp-watch": "^4.3.3",
2018-02-12 02:26:50 +00:00
"less": "^2.7.3",
2018-06-28 21:32:07 +00:00
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
2018-05-31 01:31:12 +00:00
"resolutions": {
"natives": "1.1.3"
},
"private": true,
2017-09-07 22:59:30 +00:00
"license": "MIT",
"bugs": "https://github.com/rtfd/readthedocs.org/issues",
"homepage": "http://rtfd.org",
"keywords": [
"docs",
"documentation"
]
}