-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
62 lines (62 loc) · 1.56 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
60
61
62
{
"name": "cover2",
"description": "A content-driven blogging theme for WordPress.",
"homepage": "https://github.com/peiche/cover2",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/peiche/cover2.git"
},
"keywords": [
"wordpress",
"theme",
"blogging"
],
"author": {
"name": "Paul Eiche",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/peiche/cover2/issues"
},
"license": "ISC",
"devDependencies": {
"autoprefixer": "^6.5.3",
"brand-colors": "^2.0.1",
"browser-sync": "^2.18.1",
"cssnano": "^3.8.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-jscs": "^4.0.0",
"gulp-line-ending-corrector": "^1.0.1",
"gulp-phpcs": "^1.3.0",
"gulp-postcss": "^6.2.0",
"gulp-sass": "^2.3.2",
"gulp-sort": "^2.0.0",
"gulp-strip-debug": "^1.1.0",
"gulp-svg-sprite": "^1.3.6",
"gulp-todo": "^5.1.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"gulp-wp-pot": "^1.3.2",
"gulp-zip": "^3.2.0",
"pixrem": "^4.0.1",
"postcss": "^7.0.2",
"postcss-discard-comments": "^4.0.0",
"postcss-discard-empty": "^4.0.0",
"postcss-scss": "^0.4.0",
"postcss-unprefix": "^2.1.3",
"stylelint": "^7.5.0",
"stylelint-config-standard": "^14.0.0",
"stylelint-config-wordpress": "^9.1.1",
"stylelint-order": "^0.4.1"
},
"dependencies": {
"@vimeo/player": "^2.0.1",
"flexslider": "^2.6.3",
"headroom.js": "^0.9.3"
}
}