13 lines
299 B
JSON
13 lines
299 B
JSON
{
|
|
"name": "timestringtonumber",
|
|
"version": "1.0.2",
|
|
"description": "generetes a number from a time string",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node index.js"
|
|
},
|
|
"author": "kaj van schalkwijk",
|
|
"license": "ISC"
|
|
}
|