12345678910111213141516171819202122232425262728293031323334 |
- {
- "name": "gwp",
- "private": true,
- "version": "0.0.2",
- "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.29.3",
- "gulp": "^4.0.2",
- "gulp-concat": "^2.6.1",
- "gulp-purgecss": "^5.0.0",
- "gulp-sass": "^5.1.0",
- "gulp-sourcemaps": "^3.0.0",
- "sass": "^1.69.5"
- },
- "dependencies": {
- "animate.css": "^4.1.1",
- "bootstrap": "^5.3.2",
- "bootstrap-icons": "^1.11.1"
- }
- }
|