forked from DataDog/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.53 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "docs",
"version": "1.0.0",
"description": "Corpweb built on HUGO",
"private": true,
"scripts": {
"preinstall": "bash local/bin/sh/preinstall.sh",
"build": "gulp",
"jshint": "gulp jshint",
"jscs": "jscs gulpfile.js src/scripts/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DataDog/corp-hugo.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DataDog/corp-hugo/issues"
},
"homepage": "https://github.com/DataDog/corp-hugo#readme",
"engines": {
"node": ">= 4.5"
},
"dependencies": {
"algoliasearch": "3.24.6",
"bootstrap": "4.0.0-beta.2",
"browser-sync": "2.18.13",
"del": "2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "4.0.0",
"gulp-changed": "3.1.1",
"gulp-concat": "2.6.1",
"gulp-cssnano": "2.1.3",
"gulp-hash": "4.1.1",
"gulp-if": "2.0.2",
"gulp-jshint": "2.1.0",
"gulp-plumber": "1.2.0",
"gulp-rename": "1.3.0",
"gulp-sass": "3.2.1",
"gulp-uglify": "3.0.0",
"jquery": "3.2.1",
"jshint": "2.9.5",
"jshint-stylish": "2.2.1",
"lazypipe": "1.0.1",
"lazysizes": "4.0.1",
"merge-stream": "1.0.1",
"minimist": "1.1.0",
"mixitup": "3.2.2",
"mousetrap": "1.6.1",
"node-sass": "4.7.2",
"picturefill": "3.0.2",
"popper.js": "1.13.0",
"run-sequence": "1.1.4",
"stickyfilljs": "2.0.3",
"translate": "https://s3.amazonaws.com/origin-static-assets/corp-node-packages/master/translate-v1.0.2.tgz",
"traverse": "0.6.6"
}
}