-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·32 lines (32 loc) · 870 Bytes
/
package.json
File metadata and controls
executable file
·32 lines (32 loc) · 870 Bytes
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
32
{
"name": "jquery-popunder",
"description": "jquery-plugin to create popunder in major browsers.",
"version": "0.3.2",
"keywords": [
"popunder"
],
"author": {
"name": "Hans-Peter Buniat",
"email": "hpbuniat@googlemail.com"
},
"bugs": "https://github.com/hpbuniat/jquery-popunder/issues",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "git@github.com:hpbuniat/jquery-popunder.git"
},
"dependencies": {},
"devDependencies": {
"bower": "latest",
"grunt": "latest",
"grunt-cli": "latest",
"grunt-compare-size": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-obfuscator": "latest",
"grunt-contrib-watch": "latest",
"grunt-shell": "latest",
"haxe": "latest"
},
"homepage": "https://github.com/hpbuniat/jquery-popunder"
}