package_atif
Version:
A simple module to test the publishing of npm packages and also to test the binary search algorithm.
21 lines (20 loc) • 478 B
JSON
{
"name": "package_atif",
"version": "2.1.1",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"welocome",
"message",
"print",
"binarySearch",
"Binary Search"
],
"author": "Atif",
"license": "ISC",
"description": "A simple module to test the publishing of npm packages and also to test the binary search algorithm."
}