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