arraylist
Version:
List based on Array
35 lines (34 loc) • 697 B
JSON
{
"name": "arraylist",
"version": "0.1.0",
"description": "List based on Array",
"main": "ArrayList.js",
"scripts": {
"test": "grunt test",
"prepublish": "npm prune"
},
"repository": {
"type": "git",
"url": "https://github.com/codexar/ArrayList"
},
"keywords": [
"array",
"list",
"arraylist",
"collection"
],
"author": "Codexar",
"license": "MIT",
"bugs": {
"url": "https://github.com/codexar/ArrayList/issues"
},
"homepage": "https://github.com/codexar/ArrayList",
"dependencies": {
"underscore": "^1.6.0"
},
"devDependencies": {
"grunt": "^0.4.4",
"expect.js": "^0.3.1",
"grunt-mocha-test": "^0.10.0"
}
}