-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.22 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
{
"name": "whitetail",
"version": "1.0.0",
"description": "Free clean and completely responsive WordPress theme",
"main": "index.php",
"directories": {
"lib": "lib"
},
"dependencies": {},
"devDependencies": {
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"graceful-fs": "^4.1.11",
"gulp": "^3.8.5",
"gulp-autoprefixer": "^4.1.0",
"gulp-clean-css": "^3.9.2",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^2.3.0",
"gulp-header": "^1.8.9",
"gulp-imagemin": "^4.1.0",
"gulp-livereload": "^3.8.1",
"gulp-plumber": "^1.2.0",
"gulp-purifycss": "^0.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"gulp-watch": "^4.3.11",
"run-sequence": "^2.2.1"
},
"scripts": {
"test": "eslint js/main.js",
"dev": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JindaTheme/WhiteTail.git"
},
"keywords": [
"jindatheme",
"whitetail"
],
"author": "JindaTheme",
"license": "MIT",
"bugs": {
"url": "https://github.com/JindaTheme/WhiteTail/issues"
},
"homepage": "https://github.com/JindaTheme/WhiteTail#readme"
}