-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.42 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
{
"name": "wdots.github.io",
"version": "1.0.0",
"description": "",
"main": "Gulpfile.js",
"scripts": {
"postinstall": "mkdirp .git/hooks && cp git-hooks/* .git/hooks/",
"test": "exit 0",
"start": "gulp",
"lint": "eslint . && sass-lint --no-exit",
"build": "gulp build"
},
"engines": {
"node": "~6.9.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WDOTS/wdots.github.io.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/WDOTS/wdots.github.io/issues"
},
"homepage": "https://github.com/WDOTS/wdots.github.io#readme",
"pre-commit": [
"lint"
],
"devDependencies": {
"autoprefixer": "^7.0.0",
"browser-sync": "^2.13.0",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.1.3",
"eslint-plugin-import": "^2.2.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.0.0",
"gulp-concat": "^2.6.0",
"gulp-htmlmin": "^3.0.0",
"gulp-imagemin": "^3.1.1",
"gulp-inline": "^0.1.3",
"gulp-postcss": "^7.0.0",
"gulp-preprocess": "^2.0.0",
"gulp-sass": "^3.0.0",
"gulp-sourcemaps": "^2.2.2",
"gulp-template": "^4.0.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.8",
"megalog": "^0.1.0",
"mkdirp": "^0.5.1",
"pre-commit": "^1.1.3",
"run-sequence": "^1.2.2",
"sass-lint": "^1.10.2",
"shelljs": "^0.7.3",
"sw-precache": "^5.0.0"
}
}