jquery-bridget
Version:
Bridget makes jQuery widgets
64 lines (63 loc) • 1.26 kB
JSON
{
"name": "jquery-bridget",
"version": "3.0.1",
"description": "Bridget makes jQuery widgets",
"main": "jquery-bridget.js",
"dependencies": {
"jquery": ">=1.4.2 <4"
},
"devDependencies": {
"eslint": "^7.16.0",
"eslint-plugin-metafizzy": "^1.2.1",
"qunit": "^2.13.0"
},
"directories": {
"test": "test"
},
"scripts": {
"lint": "npx eslint .",
"test": "npm run lint && echo \"View test/ in browser\""
},
"eslintConfig": {
"plugins": [
"metafizzy"
],
"extends": "plugin:metafizzy/base",
"parserOptions": {
"ecmaVersion": 2018
},
"env": {
"browser": true,
"commonjs": true
},
"rules": {
"id-length": [
"error",
{
"min": 2,
"max": 30,
"exceptions": [
"x",
"y",
"i",
"$"
]
}
]
}
},
"repository": {
"type": "git",
"url": "git://github.com/desandro/jquery-bridget.git"
},
"keywords": [
"jquery",
"jquery-plugin"
],
"author": "David DeSandro",
"license": "MIT",
"bugs": {
"url": "https://github.com/desandro/jquery-bridget/issues"
},
"homepage": "https://github.com/desandro/jquery-bridget"
}