HELLO v3!!!

This commit is contained in:
Ryan Dewhurst
2018-09-26 21:12:01 +02:00
parent 28b9c15256
commit d268a86795
1871 changed files with 988118 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
{
"name": "lsx-sharing",
"version": "1.0.3",
"description": "Sharing plugin for LSX Theme.",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/lightspeeddevelopment/lsx-sharing.git"
},
"keywords": [
"lsx",
"child",
"theme",
"starter"
],
"author": "LightSpeed",
"license": "ISC",
"bugs": {
"url": "https://github.com/lightspeeddevelopment/lsx-sharing/issues"
},
"homepage": "https://github.com/lightspeeddevelopment/lsx-sharing#readme",
"dependencies": {
"gulp": "^3.9.1",
"gulp-rtlcss": "^1.0.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "^2.6.1",
"gulp-gettext": "^0.3.0",
"gulp-jshint": "^2.0.4",
"gulp-minify-css": "^1.2.4",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sort": "^2.0.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^2.0.1",
"gulp-util": "^3.0.8",
"gulp-wp-pot": "^2.0.3",
"jshint": "^2.9.4",
"map-stream": "^0.0.7"
}
}