-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
31 lines (31 loc) · 853 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
28
29
30
31
{
"name": "jquery-backdetect",
"version": "1.0.3",
"description": "backDetect is a jQuery plugin that fires a callback function when a user hits the browser's back button.",
"main": "jquery.backDetect.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ianrogren/jquery-backDetect.git"
},
"keywords": [
"backdetect",
"back-detect",
"jquery",
"jquery-plugin"
],
"author": "Ian Rogren",
"license": "MIT",
"bugs": {
"url": "https://github.com/ianrogren/jquery-backDetect/issues"
},
"homepage": "https://github.com/ianrogren/jquery-backDetect#readme",
"devDependencies": {
"eslint": "^4.15.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"mocha": "^3.2.0"
}
}