12345678910111213141516171819202122232425262728293031323334 |
- {
- "name": "kw",
- "version": "0.0.1",
- "description": "kw",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/windhamdavid/kw.git"
- },
- "author": "windhamdavid",
- "license": "ISC",
- "bugs": {
- "url": "https://github.com/windhamdavid/kw/issues"
- },
- "homepage": "https://github.com/windhamdavid/kw#readme",
- "devDependencies": {
- "browser-sync": "^2.27.10",
- "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.55.0"
- },
- "dependencies": {
- "amplitudejs": "^5.3.2",
- "animate.css": "^4.1.1",
- "bootstrap": "^5.2.2",
- "bootstrap-icons": "^1.9.1"
- }
- }
|