mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-21 10:47:12 +10:00
29 lines
616 B
JSON
29 lines
616 B
JSON
{
|
|
"name": "barman",
|
|
"description": "A small library to brew JavaScript objects.",
|
|
"version": "0.2.2",
|
|
"homepage": "https://github.com/dfernandez79/barman",
|
|
"author": {
|
|
"name": "Diego Fernandez",
|
|
"url": "https://github.com/dfernandez79"
|
|
},
|
|
"keywords": [
|
|
"traits",
|
|
"oop",
|
|
"classes",
|
|
"objects",
|
|
"object composition"
|
|
],
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/dfernandez79/barman/blob/master/LICENSE"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/dfernandez79/barman.git"
|
|
},
|
|
"filename": "barman.min.js"
|
|
}
|