123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "gwp",
- "version": "0.0.1",
- "description": "gwp",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/windhamdavid/gwp.git"
- },
- "author": "windhamdavid",
- "license": "ISC",
- "bugs": {
- "url": "https://github.com/windhamdavid/gwp/issues"
- },
- "homepage": "https://github.com/windhamdavid/gwp#readme",
- "devDependencies": {
- "browser-sync": "^2.27.7",
- "gulp": "^4.0.2",
- "gulp-concat": "^2.6.1",
- "gulp-purgecss": "^4.1.3",
- "gulp-sass": "^5.1.0",
- "gulp-sourcemaps": "^3.0.0",
- "sass": "^1.49.7"
- },
- "dependencies": {
- "animate.css": "^4.1.1",
- "bootstrap": "^5.1.3",
- "bootstrap-icons": "^1.8.1"
- }
- }
|