forked from hpbuniat/jquery-popunder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·33 lines (33 loc) · 985 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
32
33
{
"name":"jquery-popunder",
"description":"jquery-plugin to create popunders in major browsers.",
"version":"0.2.40",
"keywords":["popunder"],
"author":{
"name":"Hans-Peter Buniat",
"email":"[email protected]"
},
"bugs":"https://github.com/hpbuniat/jquery-popunder/issues",
"license":{
"type":"BSD",
"url":"https://github.com/hpbuniat/jquery-popunder/blob/master/LICENSE"
},
"repository": {
"type":"git",
"url":"[email protected]:hpbuniat/jquery-popunder.git"
},
"dependencies":{
},
"devDependencies": {
"grunt-compare-size": "latest",
"grunt-contrib-watch": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-uglify": "latest",
"grunt-shell": "latest",
"grunt-cli": "latest",
"grunt": "^0.4.0",
"bower": "latest",
"haxe": "latest"
},
"homepage":"https://github.com/hpbuniat/jquery-popunder"
}