blob: 03bc3774affe6ba942fa312ebbb1b7af652a7ca9 (
plain) (
tree)
|
|
{
"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"
}
|