You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jquery-qrcode/package.json

28 lines
726 B
JSON

13 years ago
{
11 years ago
"name": "jquery-qrcode",
12 years ago
"displayName": "jQuery.qrcode",
"version": "0.12.0",
12 years ago
"description": "generate QR codes dynamically",
11 years ago
"homepage": "http://larsjung.de/jquery-qrcode/",
11 years ago
"bugs": "https://github.com/lrsjng/jquery-qrcode/issues",
11 years ago
"author": "Lars Jung <lrsjng@gmail.com> (http://larsjung.de)",
12 years ago
"license": "MIT",
"repository": {
"type": "git",
11 years ago
"url": "https://github.com/lrsjng/jquery-qrcode.git"
11 years ago
},
"devDependencies": {
"fquery": "~0.16.4",
"fquery-includeit": "~0.3.0",
"fquery-jade": "~0.5.0",
"fquery-jshint": "~0.3.0",
"fquery-jszip": "~0.5.1",
"fquery-uglifyjs": "~0.3.0",
"mkr": "~0.8.5"
},
"engines": {
"node": ">=0.10",
"iojs": ">=1.0.0"
12 years ago
}
}