-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.21 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.21 KB
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
{
"name": "9ci",
"version": "1.0.0",
"description": "9ci company website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:9ci/9ci.github.io.git"
},
"author": "9ci <connection@9ci.com>",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^6.4.0",
"browser-sync": "^2.14.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-accessibility": "^3.0.1",
"gulp-append-prepend": "^1.0.3",
"gulp-cache": "^0.4.6",
"gulp-clean-css": "^2.0.12",
"gulp-concat": "^2.6.0",
"gulp-imagemin": "^3.0.3",
"gulp-jshint": "^2.0.1",
"gulp-notify": "^2.2.0",
"gulp-postcss": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-ruby-sass": "^2.1.0",
"gulp-run": "^1.7.1",
"gulp-sass": "^2.3.2",
"gulp-shell": "^0.5.2",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"imagemin-jpeg-recompress": "^5.1.0",
"jshint": "^2.9.3",
"run-sequence": "^1.2.2"
},
"dependencies": {
"headroom.js": "^0.9.4",
"hygienist-middleware": "^0.1.3",
"slick-carousel": "^1.8.1",
"typed.js": "^2.0.10"
},
"resolutions": {
"natives": "1.1.3"
}
}