12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "davidwindham.com",
- "description": "a space on the interwebs",
- "version": "1.0.0",
- "author": "@windhamdavid",
- "private": true,
- "repository": {
- "type": "git",
- "url": "https://code.davidawindham.com/david/dw"
- },
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "dependencies": {},
- "devDependencies": {
- "@fullcalendar/core": "^4.4.0",
- "@fullcalendar/daygrid": "^4.4.0",
- "@fullcalendar/google-calendar": "^4.4.0",
- "@fullcalendar/timegrid": "^4.4.0",
- "bootstrap": "^4.4.1",
- "browser-sync": "^2.26.7",
- "gulp": "^4.0.2",
- "gulp-clean-css": "^4.3.0",
- "gulp-concat": "^2.6.1",
- "gulp-htmlmin": "^5.0.1",
- "gulp-rename": "^2.0.0",
- "gulp-sass": "^4.0.2",
- "gulp-uglify": "^3.0.2",
- "gulp-useref": "^4.0.1",
- "jquery": "^3.4.1",
- "moment": "^2.24.0",
- "popper.js": "^1.16.1",
- "snapsvg": "^0.5.1",
- "waypoints": "^4.0.1"
- }
- }
|