minis-data-old/node_modules/hashmap/bower.json
walamana f62311d20a Updated to the new database schema
Signed-off-by: walamana <joniogerg@gmail.com>
2018-05-24 16:35:32 +02:00

30 lines
515 B
JSON

{
"name": "hashmap",
"version": "2.3.0",
"description": "HashMap Class for JavaScript",
"homepage": "https://github.com/flesler/hashmap",
"main": "./hashmap.js",
"dependencies": {},
"keywords": [
"hashmap",
"map",
"object",
"array",
"associative",
"javascript",
"nodejs",
"node",
"browser"
],
"author": {
"name": "Ariel Flesler",
"web": "https://github.com/flesler"
},
"ignore": [
"**/.*",
"node_modules",
"test",
"components"
]
}