aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 03bc3774affe6ba942fa312ebbb1b7af652a7ca9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  "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"
}