Maintenance:
parent
b39b9f21da
commit
c9f9007037
@ -1,4 +1,5 @@
|
|||||||
|
|
||||||
|
bower_components
|
||||||
build
|
build
|
||||||
local
|
local
|
||||||
*.sublime-*
|
node_modules
|
||||||
|
@ -1,19 +0,0 @@
|
|||||||
Copyright (c) 2014 Lars Jung, http://larsjung.de
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
||||||
this software and associated documentation files (the "Software"), to deal in
|
|
||||||
the Software without restriction, including without limitation the rights to
|
|
||||||
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
||||||
of the Software, and to permit persons to whom the Software is furnished to do
|
|
||||||
so, subject to the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in all
|
|
||||||
copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
SOFTWARE.
|
|
@ -1,25 +1,27 @@
|
|||||||
{
|
{
|
||||||
"name": "jquery.qrcode",
|
"name": "jquery.qrcode",
|
||||||
"version": "0.8.0+",
|
"version": "0.9.0",
|
||||||
|
"description": "generate QR codes dynamically",
|
||||||
"homepage": "http://larsjung.de/qrcode/",
|
"homepage": "http://larsjung.de/qrcode/",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Lars Jung <lrsjng@gmail.com>"
|
"Lars Jung <lrsjng@gmail.com> (http://larsjung.de)"
|
||||||
],
|
],
|
||||||
"description": "generate QR codes dynamically",
|
"license": "MIT",
|
||||||
"main": "dist/jquery.qrcode.js",
|
"main": "dist/jquery.qrcode.js",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"jquery",
|
"jquery",
|
||||||
"javascript",
|
"javascript",
|
||||||
"qrcode"
|
"qrcode"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"**/.*",
|
"**/.*",
|
||||||
"node_modules",
|
|
||||||
"bower_components",
|
"bower_components",
|
||||||
"test",
|
|
||||||
"tests",
|
|
||||||
"build",
|
"build",
|
||||||
"local"
|
"local",
|
||||||
|
"makefile.js",
|
||||||
|
"node_modules",
|
||||||
|
"src",
|
||||||
|
"test",
|
||||||
|
"tests"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue