forked from readthedocs/readthedocs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 921 Bytes
/
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
{
"name": "readthedocs",
"version": "0.0.1",
"description": "Read the Docs build dependencies",
"author": "Anthony Johnson <anthony@readthedocs.com>",
"dependencies": {
"cssfilter": "0.0.8"
},
"devDependencies": {
"bower": "*",
"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",
"gulp": "*",
"gulp-eslint": "^3.0.1",
"gulp-less": "^3.0.3",
"gulp-rename": "^1.2.2",
"gulp-run": "^1.6.6",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.3",
"gulp-watch": "^4.3.3",
"less": "*",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "git+https://github.com/hughsk/vinyl-source-stream.git#ae1b4e9c75bb4420a0a22e75c985952c37406567"
},
"private": true,
"license": "MIT"
}