UNPKG

ghost-theme-utils

Version:
50 lines (49 loc) 1.42 kB
{ "name": "ghost-theme-utils", "version": "1.7.0", "description": "JS and CSS utilities for Ghost themes", "scripts": { "dev": "gulp", "build": "gulp build", "clean": "gulp clean", "test": "echo \"Error: no test specified\" && exit 1", "prepare": "npm run build", "lint": "eslint js docs/*.html" }, "repository": { "type": "git", "url": "git+https://github.com/getmindspun/ghost-theme-utils.git" }, "keywords": [ "Ghost", "CSS", "SCSS", "JS" ], "author": "GhostStead", "license": "MIT", "bugs": { "url": "https://github.com/getmindspun/ghost-theme-utils/issues" }, "homepage": "https://github.com/getmindspun/ghost-theme-utils#readme", "dependencies": {}, "devDependencies": { "@popperjs/core": "^2.9.2", "bootstrap": "^5.0.0-beta3", "bootstrap-avatar": "^1.3.0", "connect": "^3.7.0", "connect-livereload": "^0.6.1", "eslint": "^7.18.0", "eslint-plugin-html": "^6.1.2", "gulp": "^4.0.2", "gulp-clean": "^0.4.0", "gulp-concat": "^2.6.1", "gulp-live-server": "0.0.31", "gulp-livereload": "^4.0.2", "gulp-sass": "^4.1.0", "open": "^7.3.0", "parseurl": "^1.3.3", "pump": "^3.0.0", "serve-static": "^1.14.1" } }