summaryrefslogtreecommitdiff
path: root/package.json
blob: 5d05547a1a6af1b062fae6e84bf906d9d361c366 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "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"
}