summaryrefslogtreecommitdiff
path: root/package.json
blob: 88c05f090003135e6250fae34ec4f7d0ebb48850 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "wordly",
  "version": "0.0.1",
  "description": "Quick PWA clone of Wordle",
  "author": "Alexis Hovorka <alexisspacegirl@gmail.com>",
  "license": "MIT",
  "main": "app.js",
  "scripts": {
    "start": "node app.js"
  },
  "repository": {
    "type": "git",
    "url": ""
  },
  "private": true
}