forked from ChrisWren/touch-input-nav
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1021 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
37
38
39
40
41
42
{
"name": "touch-input-nav",
"version": "0.0.1",
"description": "Scopes touch-web tabbed input navigation to input elements inside the same form",
"main": "touch-input-nav.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/ChrisWren/touch-input-nav"
},
"keywords": [
"touch",
"input",
"ux"
],
"author": "ChrisWren",
"license": "MIT",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-browserify": "~1.3.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-connect": "~0.6.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-qunit": "~0.3.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "~0.5.3",
"grunt-ejs": "~0.1.0",
"grunt-gh-pages": "~0.9.0",
"grunt-release": "~0.6.0",
"grunt-saucelabs": "^8.1.1",
"load-grunt-tasks": "~0.2.1"
},
"dependencies": {
"jquery": "*"
}
}