{ "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": {} }