betwixt
Version:
String rank for re-orderable lists
38 lines (37 loc) • 739 B
JSON
{
"name": "betwixt",
"version": "0.3.0",
"description": "String rank for re-orderable lists",
"main": "betwixt.js",
"scripts": {
"test": "gulp spec",
"prepublish": "gulp prepublish"
},
"repository": {
"type": "git",
"url": "https://github.com/yarrow/betwixt.git"
},
"keywords": [
"dense",
"linear",
"order",
"database",
"list",
"string",
"before",
"after",
"between",
"reorder"
],
"author": "Yarrow Angelweed",
"license": "ISC",
"devDependencies": {
"coffee-script": "^1.9.1",
"gulp": "^3.8.11",
"gulp-coffee": "^2.3.1",
"gulp-istanbul": "^0.6.0",
"gulp-jasmine": "^2.0.0",
"gulp-util": "^3.0.4",
"jasmine-given": "^2.6.2"
}
}