module-bbq
Version:
UMD Version of Back Button & Query Library with Typescript support
49 lines (48 loc) • 1 kB
JSON
{
"name": "module-bbq",
"version": "1.4.7",
"description": "UMD Version of Back Button & Query Library with Typescript support",
"main": "jquery.ba-bbq.js",
"types": "jquery.ba-bbq.d.ts",
"directories": {
"doc": "docs",
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qchouleur/jquery-bbq.git"
},
"files":[
"jquery.ba-bbq.d.ts",
"jquery.ba-bbq.js"
]
,
"keywords": [
"jquery2",
"bbq",
"back",
"button",
"typescript",
"node"
],
"author": {
"name": "Olavo Rocha Neto (modified from Ben Alman bbq)"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/olavorn/jquery-bbq/issues"
},
"homepage": "https://github.com/olavorn/jquery-bbq#readme",
"dependencies": {
"jquery": "^2.2.4"
},
"maintainers": [
{
"name": "olavoneto",
"email": "olavo@exodus.eti.br"
}
]
}