js-array-ext
Version:
JavaScript Array Extension
45 lines (44 loc) • 854 B
JSON
{
"name": "js-array-ext",
"version": "1.1.0",
"description": "JavaScript Array Extension",
"main": "index.js",
"engines": {
"node": ">=4.2.4"
},
"scripts": {
"test": "xo && ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ideastouch/js-array-ext.git"
},
"keywords": [
"JavaScript",
"JS",
"Array",
"Operation",
"Extension"
],
"author": "Gustavo Halperin <gustavoh@ideastouch.com> (http://www.ideastouch.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ideastouch/js-array-ext/issues"
},
"homepage": "https://github.com/ideastouch/js-array-ext#readme",
"devDependencies": {
"ava": "^0.21.0",
"xo": "^0.18.2"
},
"xo": {
"ignores": [
"docs/**",
"html/**"
]
},
"ava": {
"files": [
"test.js"
]
}
}