stack-op
Version:
Stack data structure implementation and basic operations
16 lines (15 loc) • 330 B
JSON
{
"name": "stack-op",
"version": "1.0.2",
"description": "Stack data structure implementation and basic operations",
"main": "stack-op.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Stack",
"FirstInLastOut"
],
"author": "Vaibhav Page",
"license": "ISC"
}