gsheetcmslight
Version:
A library to read a Google Sheet with multilingal content
64 lines (63 loc) • 1.68 kB
JSON
{
"name": "gsheetcmslight",
"version": "1.2.1",
"description": "A library to read a Google Sheet with multilingal content",
"main": "gulpfile.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node node_modules/mocha/bin/mocha --timeout 10000",
"release": "standard-version",
"build": "npm run test && gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Puzzlout/GoogleSheetCmsLight.git"
},
"keywords": [
"Google",
"Sheet",
"CMS",
"gsheets2json",
"multilingual"
],
"author": "Puzzlout",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Puzzlout/GoogleSheetCmsLight/issues"
},
"homepage": "https://github.com/Puzzlout/GoogleSheetCmsLight#readme",
"devDependencies": {
"autoprefixer": "^9.7.6",
"browser-sync": "^2.26.7",
"chai": "^4.2.0",
"cssnano": "^4.1.10",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-concat-2020": "^3.0.1",
"gulp-flatmap": "^1.0.2",
"gulp-header": "^2.0.9",
"gulp-if": "^3.0.0",
"gulp-jshint": "^2.1.0",
"gulp-optimize-js": "^1.1.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-responsive": "^3.0.1",
"gulp-sass": "^4.0.2",
"gulp-svgmin": "^2.2.0",
"gulp-terser": "^1.2.0",
"gulp-useref": "^4.0.1",
"jsdom": "^16.2.2",
"jshint": "^2.11.0",
"jshint-stylish": "^2.2.1",
"lazypipe": "^1.0.2",
"mocha": "^7.1.1",
"mocha-jsdom": "^2.0.0",
"standard-version": "^7.1.0",
"vue": "^2.6.11"
},
"dependencies": {
"gsheets2json": "^1.0.0"
}
}