-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 856 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
{
"name": "jquery-oneordoubleclick",
"version": "0.1.0",
"description": "jQuery plugin to listen one or double click event for the same dom node.",
"homepage": "https://github.com/sgyyz/jquery-oneordoubleclick",
"repository": {
"type": "git",
"url": "https://github.com/sgyyz/jquery-oneordoubleclick.git"
},
"scripts": {
"test": "grunt && grunt test"
},
"keywords": [
"jquery-oneordoubleclick"
],
"author": "Troy Yang",
"license": {
"type": "MIT",
"url": "https://raw.githubusercontent.com/sgyyz/jquery-oneordoubleclick/master/LICENSE"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-qunit": "^0.5.2",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1"
}
}