limitedArray/package.json
2017-08-18 11:11:44 +01:00

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