forked from jtangelder/faketouches.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (28 loc) · 792 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":"faketouches",
"title":"faketouches.js",
"description":"Fake touch events for testing",
"version":"0.0.2",
"licenses": [{
"type": "MIT",
"url": "https://github.com/jtangelder/faketouches.js/blob/master/LICENSE"
}],
"keywords":["touch","simulate","test"],
"author": {
"name": "Jorik Tangelder",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/jtangelder/faketouches.js.git"
},
"bugs": {
"url": "https://github.com/jtangelder/faketouches.js/issues"
},
"devDependencies":{
"grunt":"~0.4.0",
"grunt-contrib-connect":"~0.1.1",
"grunt-contrib-concat":"~0.1.2",
"grunt-contrib-watch":"~0.2.0"
}
}