sorted-array
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -5,8 +5,8 @@ { | ||
"description": "An implementation of John von Neumann's sorted arrays in JavaScript. Implements insertion sort and binary search for fast insertion and deletion.", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"keywords": ["sorted", "array", "Neumann", "insertion", "sort", "insert", "binary", "search", "deletion", "delete"], | ||
"main": "lib/sorted-array.js", | ||
"scripts": ["lib/sorted-array.js"], | ||
"main": "sorted-array.js", | ||
"scripts": ["sorted-array.js"], | ||
"license": "MIT", | ||
"twitter": "@zcombinator" | ||
} |
{ | ||
"name": "sorted-array", | ||
"description": "An implementation of John von Neumann's sorted arrays in JavaScript. Implements insertion sort and binary search for fast insertion and deletion.", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"keywords": ["sorted", "array", "Neumann", "insertion", "sort", "insert", "binary", "search", "deletion", "delete"], | ||
"author": "Aadit M Shah (http://aaditmshah.github.com/) <aaditmshah@myopera.com>", | ||
"main": "lib/sorted-array.js", | ||
"author": "Aadit M Shah (http://aaditmshah.github.com/) <aaditmshah@fastmail.fm>", | ||
"main": "sorted-array.js", | ||
"maintainers": [{ | ||
"name": "Aadit M Shah", | ||
"email": "aaditmshah@myopera.com", | ||
"email": "aaditmshah@fastmail.fm", | ||
"web": "http://aaditmshah.github.com/" | ||
@@ -15,3 +15,3 @@ }], | ||
"name": "Aadit M Shah", | ||
"email": "aaditmshah@myopera.com", | ||
"email": "aaditmshah@fastmail.fm", | ||
"web": "http://aaditmshah.github.com/" | ||
@@ -18,0 +18,0 @@ }], |
4925