You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
399 B

{
"name": "array-index",
"repo": "TooTallNate/array-index",
"description": "Invoke getter/setter functions on array-like objects",
"keywords": [
"index",
"array",
"getter",
"setter",
"proxy"
],
"version": "1.0.0",
"dependencies": {
"visionmedia/debug": "*"
},
"development": {},
"license": "MIT",
"main": "index.js",
"scripts": [
"index.js"
]
}