forked from influxdata/docs.influxdata.com-ARCHIVE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 924 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
{
"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.0",
"gulp-cli": "^2.0.0",
"gulp-autoprefixer": "^5.0.0",
"gulp-clean-css": "^3.9.4",
"gulp-less": "^4.0.1",
"gulp-livereload": "^3.8.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-watch": "^5.0.1",
"less": "^3.8.0"
},
"dependencies": {
"bcrypt": "^3.0.0",
"boom": "^7.2.0",
"bounce": "^1.2.0",
"brace-expansion": "^1.1.11",
"braces": "^2.3.2",
"browserslist": "^4.0.0",
"cryptiles": "^4.1.2",
"graceful-fs": "^4.1.11",
"hawk": "^7.0.7",
"hoek": "^5.0.3",
"minimatch": "^3.0.4",
"ncu": "^0.2.1",
"npm": "^6.3.0",
"sntp": "^3.0.1"
}
}