mirror of
https://github.com/MeowLynxSea/Proksea.git
synced 2025-07-09 19:04:39 +00:00
27 lines
509 B
JSON
27 lines
509 B
JSON
{
|
|
"name": "queuejs",
|
|
"version": "0.1.0",
|
|
"description": "a simple queue data structure",
|
|
"author": "Jano González <info@janogonzalez.com>",
|
|
"devDependencies": {
|
|
"mocha": "*",
|
|
"expect.js": "*"
|
|
},
|
|
"readmeFilename": "README.md",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/janogonzalez/queuejs.git"
|
|
},
|
|
"keywords": [
|
|
"queue",
|
|
"data structure"
|
|
],
|
|
"license": "MIT"
|
|
}
|