forked from mgalante/jquery.redirect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 788 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "jquery.redirect",
"version": "1.1.4",
"description": "jQuery Redirect Plugin",
"main": "jquery.redirect.js",
"author": "Miguel Galante, Nemanja Avramovic",
"homepage": "https://github.com/mgalante/jquery.redirect",
"license": "CC-BY-SA-4.0",
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"jasmine-core": "^3.1.0",
"jquery": "^3.2.1",
"karma": "latest",
"karma-chrome-launcher": "^3.1.1",
"karma-jasmine": "latest",
"puppeteer": "^13.5.1"
},
"scripts": {
"lint": "eslint --ext .js .",
"lint:fix": "eslint --ext .js --fix .",
"test": "karma start --single-run"
}
}