1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "hp",
- "description": "a spot on the interwebs",
- "version": "1.0.0",
- "author": "@windhamdavid",
- "theme_uri": "https://github.com/windhamdavid/hp",
- "author_uri": "https://davidwindham.com",
- "text_domain": "hp",
- "license": "GPL-3.0",
- "private": true,
- "repository": {
- "type": "git",
- "url": "https://github.com/windhamdavid/hp"
- },
- "main": "index.js",
- "scripts": {},
- "devDependencies": {
- "browser-sync": "^2.26.7",
- "gulp": "^4.0.2",
- "gulp-clean-css": "^4.3.0",
- "gulp-concat": "^2.6.1",
- "gulp-purge-sourcemaps": "^1.0.0",
- "gulp-purgecss": "4.0.0",
- "gulp-rename": "^2.0.0",
- "gulp-sass": "^4.1.0",
- "gulp-sourcemaps": "^3.0.0",
- "gulp-uglify": "^3.0.2",
- "gulp-useref": "^4.0.1"
- },
- "dependencies": {
- "bootstrap": "^5.0.0-beta1",
- "bootstrap-icons": "^1.3.0",
- "jquery": "^3.5.1"
- }
- }
|