forked from visiongeist/toe.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 861 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
34
35
36
{
"name": "Toe.js",
"version": "3.0.5",
"description": "Advanced touch events for jQuery",
"homepage": "http://adobe.com",
"author": "Damien Antipa",
"keywords": [
"touch",
"jQuery",
"mobile"
],
"dependencies": {
"jquery": ">1.7.0"
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-concat": "0.1.2",
"grunt-contrib-uglify": "0.1.1",
"grunt-contrib-jshint": "0.1.0",
"grunt-text-replace": "0.3.2",
"grunt-jsdoc": "0.3.2"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/dantipa/toe.js.git"
}
],
"main": "dist/toe.js"
}