-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 873 Bytes
/
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
{
"name": "skeletos-wordpress",
"version": "1.0.0",
"description": "Skeletos WordPress Boilerplate Theme",
"dependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "^2.6.0",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"gulp-livereload": "^3.8.1",
"gulp-minify-css": "^1.2.4",
"gulp-sass": "^2.2.0",
"gulp-uglify": "^1.5.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PeteSchuster/Skeletos-WordPress.git"
},
"keywords": [
"wordpress",
"skeletos",
"boilerplate"
],
"author": "Pete Schuster",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/PeteSchuster/Skeletos-WordPress/issues"
},
"homepage": "https://github.com/PeteSchuster/Skeletos-WordPress#readme",
"main": "gulpfile.js",
"scripts": {
"test": "gulp test"
}
}