forked from influxdata/docs.influxdata.com-ARCHIVE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 952 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
32
33
34
35
36
37
38
39
{
"name": "docs.influxdata.com",
"version": "1.0.0",
"description": "Styles for InfluxData documentation",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Alex Paxton",
"license": "ISC",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-clean-css": "^4.2.0",
"gulp-cli": "^2.2.0",
"gulp-less": "^4.0.1",
"gulp-livereload": "^4.0.1",
"gulp-sourcemaps": "^2.6.5",
"gulp-watch": "^5.0.1",
"less": "^3.10.3"
},
"dependencies": {
"bcrypt": "^3.0.6",
"boom": "^7.3.0",
"bounce": "^1.2.3",
"brace-expansion": "^1.1.11",
"braces": "^3.0.2",
"browserslist": "^4.6.6",
"cryptiles": "^4.1.3",
"fsevents": "^2.0.7",
"graceful-fs": "^4.2.2",
"hawk": "^7.0.10",
"hoek": "^6.1.3",
"minimatch": "^3.0.4",
"ncu": "^0.2.1",
"npm": "^6.14.6",
"sntp": "^3.0.2"
}
}