2015-06-12 16:18:39 +02:00
|
|
|
{
|
|
|
|
"name": "Hamori System",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"authors": [
|
|
|
|
"László Károlyi <laszlo@karolyi.hu>"
|
|
|
|
],
|
|
|
|
"description": "Predikator Leparlo",
|
|
|
|
"moduleType": [
|
|
|
|
"amd"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"ignore": [
|
|
|
|
"**/.*",
|
|
|
|
"node_modules",
|
|
|
|
"bower_components",
|
|
|
|
"test",
|
|
|
|
"tests"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2015-06-12 21:17:43 +02:00
|
|
|
"jquery": "~2.1.4",
|
|
|
|
"perfect-scrollbar": "~0.6.2"
|
2015-06-12 16:18:39 +02:00
|
|
|
}
|
|
|
|
}
|