29 lines
727 B
JSON
29 lines
727 B
JSON
|
{
|
||
|
"name": "is-jquery-obj",
|
||
|
"version": "0.1.1",
|
||
|
"description": "check if object is a jQuery object",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "mocha test.js",
|
||
|
"publish-please": "publish-please",
|
||
|
"prepublishOnly": "publish-please guard"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/miherlosev/is-jquery-obj.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"jquery"
|
||
|
],
|
||
|
"author": "miherlosev <miherlosev@mail.ru> (http://devexpress.com/)",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/miherlosev/is-jquery-obj/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/miherlosev/is-jquery-obj#readme",
|
||
|
"devDependencies": {
|
||
|
"mocha": "^5.2.0",
|
||
|
"publish-please": "^5.4.3"
|
||
|
}
|
||
|
}
|