mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-13 14:42:42 +01:00
14 lines
189 B
JSON
14 lines
189 B
JSON
|
{
|
||
|
"name": "jquery",
|
||
|
"version": "1.9.1",
|
||
|
"description": "jQuery component",
|
||
|
"keywords": [
|
||
|
"jquery",
|
||
|
"component"
|
||
|
],
|
||
|
"scripts": [
|
||
|
"jquery.js"
|
||
|
],
|
||
|
"license": "MIT"
|
||
|
}
|