battleship-search
Version:
maximize an n-dimensional landscape using the battleship search algorithm
55 lines (54 loc) • 1.21 kB
JSON
{
"name": "battleship-search",
"version": "1.0.1",
"description": "maximize an n-dimensional landscape using the battleship search algorithm",
"main": "index.js",
"dependencies": {
"circumcenter": "0.0.0",
"gray-code": "~0.0.0",
"inherits": "~2.0.0",
"is-triangle": "~0.0.0"
},
"devDependencies": {
"tape": "~1.0.4"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/substack/battleship-search.git"
},
"homepage": "https://github.com/substack/battleship-search",
"keywords": [
"search",
"algorithm",
"binary",
"battleship",
"n-dimensional",
"landscape",
"multivariate"
],
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"license": "MIT",
"testling": {
"files": "test/*.js",
"browsers": [
"ie/8..latest",
"firefox/16..latest",
"firefox/nightly",
"chrome/22..latest",
"chrome/canary",
"opera/12..latest",
"opera/next",
"safari/5.1..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"android-browser/4.2..latest"
]
}
}