26 lines
524 B
JSON
26 lines
524 B
JSON
{
|
|
"name": "xcalendar",
|
|
"version": "1.0.0",
|
|
"authors": [
|
|
"chris <nomail@nomail.com>"
|
|
],
|
|
"license": "Commercial",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"angular": "~1.8",
|
|
"angular-animate": "~1.8",
|
|
"angular-jquery-timepicker": "~0.13",
|
|
"angular-minicolors": "~0.0.11",
|
|
"jquery-form": "~3.46.0",
|
|
"ngclipboard": "^1.1.1",
|
|
"moment": "~2.29",
|
|
"howler.js": "howler#^2.0.2",
|
|
"js-cookie": "~2.2"
|
|
}
|
|
} |