limitedArray/package.json

26 lines
511 B
JSON
Raw Normal View History

2017-08-18 10:11:44 +00:00
{
"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": {}
}