aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: ff2193953780591eb8e54e2449cf30df85d2785b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "playground",
  "version": "1.0.0",
  "description": "I use this repository to play with Node.js.",
  "main": "index.js",
  "scripts": {
    "start": "node index.js"
  },
  "author": "Mateja Maric",
  "license": "GPL-3.0",
  "dependencies": {
    "express": "^4.17.1"
  }
}