summaryrefslogtreecommitdiff
path: root/package.json
blob: 491d60f95712f8a12384c54007c84c33df76aa78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "slidetray",
  "version": "1.0.0",
  "description": "Easy Web Slide Presentation Builder",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "web",
    "presentation"
  ],
  "author": "Geo Halkiadakis",
  "license": "MIT",
  "dependencies": {
    "swiper": "^11.1.15"
  }
}