-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
33 lines (33 loc) · 854 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": "backbone.touch",
"description": "Enable faster click events on touch devices for Backbone views.",
"version": "0.4.3",
"homepage": "https://github.com/nervetattoo/backbone.touch",
"main": "backbone.touch.js",
"author": {
"name": "Raymond Julin",
"email": "[email protected]",
"url": "http://raymondjulin.com"
},
"repository": {
"type": "git",
"url": "git://github.com/nervetattoo/backbone.touch.git"
},
"bugs": {
"url": "https://github.com/nervetattoo/backbone.touch/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://en.wikipedia.org/wiki/MIT_License"
}
],
"dependencies": {},
"devDependencies": {
"grunt": "0.4.4",
"grunt-contrib-uglify": "0.4.0",
"grunt-regarde": "~0.1.1",
"grunt-contrib-jshint": "0.9.2",
"matchdep": "~0.1.2"
}
}