-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
28 lines (28 loc) · 817 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
{
"name": "quick-exit",
"version": "1.2.3",
"description": "Button to protect privacy when visitors need to exit a website quickly",
"main": "quick-exit.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bboyle/quick-exit.git"
},
"author": "Ben Boyle <benjamins.boyle@gmail.com> (http://ultimate.benboyle.id.au)",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/bboyle/quick-exit/issues"
},
"homepage": "https://github.com/bboyle/quick-exit#readme",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-casper": "^0.4.2",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^17.3.1",
"grunt-sass": "^1.1.0"
}
}