123456789101112131415161718192021 |
- {
- "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": {
- "browser-sync": "^2.26.7",
- "gulp": "^4.0.2",
- "gulp-rename": "^2.0.0"
- }
- }
|