propine-2b-task/package.json

13 lines
334 B
JSON

{
"name": "2b-boilerplate",
"version": "1.0.0",
"description": "_We're looking at your programming ability. It must not only work, it should be maintainable._",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}