26 lines
511 B
JSON
26 lines
511 B
JSON
{
|
|
"name": "limitedarray",
|
|
"version": "0.1.0",
|
|
"description": "A finite array",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://gitlab.silvrtree.co.uk/martind2000/limitedArray.git"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"array",
|
|
"finite",
|
|
"limited"
|
|
],
|
|
"author": "Martin Donnelly",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"expect.js": "^0.3.1",
|
|
"mocha": "^3.5.0"
|
|
},
|
|
"dependencies": {}
|
|
}
|