29 lines
579 B
JSON
29 lines
579 B
JSON
{
|
|
"name": "nodekb",
|
|
"description": "Lecke1",
|
|
"main": "app.js",
|
|
"authors": [
|
|
"Vincze József"
|
|
],
|
|
"license": "ISC",
|
|
"homepage": "",
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"public/bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"air-datepicker": "^2.2.3",
|
|
"bootstrap": "^3.3.7",
|
|
"jquery-typeahead": "^2.10.4",
|
|
"bootstrap-dropdown-hover": "^1.0.4",
|
|
"semantic-ui-table": "^2.2.13",
|
|
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
|
|
"typeahead.js": "^0.11.1"
|
|
}
|
|
}
|