javascript.util
Version:
javascript.util is a port of selected parts of java.util to JavaScript
43 lines (42 loc) • 1 kB
JSON
{
"name": "javascript.util",
"description": "javascript.util is a port of selected parts of java.util to JavaScript",
"version": "0.12.12",
"author": "Björn Harrtell <bjorn@wololo.org>",
"keywords": [
"java",
"javascript",
"util",
"collection"
],
"licenses": [
{
"type": "MIT License",
"url": "https://raw.github.com/bjornharrtell/javascript.util/master/license-notice.txt"
}
],
"devDependencies": {
"bower": "^1.4.1",
"chai": "^2.3.0",
"mocha": "^2.2.5",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-closure-tools": "^0.9.8",
"grunt-contrib-concat": "^0.5.1",
"grunt-gh-pages": "^0.10.0",
"grunt-gjslint": "^0.1.6",
"closure-linter-wrapper": "~0.2.0",
"grunt-jsdoc": "beta"
},
"main": "index.js",
"scripts": {
"test": "./runtests.sh"
},
"engines": {
"node": ">= 0.10.0"
},
"repository": {
"type": "git",
"url": "git://github.com/bjornharrtell/javascript.util.git"
}
}