forked from jquery-archive/jquery-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.34 KB
/
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
43
44
45
46
47
48
49
50
51
52
{
"name": "jquery-mobile",
"title": "jQuery Mobile",
"description": "Touch-Optimized Web Framework for Smartphones & Tablets",
"version": "1.4.0pre",
"homepage": "http://jquerymobile.com",
"author": {
"name": "jQuery Foundation Inc. and other contributors",
"url": "https://github.com/jquery/jquery-mobile/blob/master/AUTHORS.txt"
},
"repository": {
"type": "git",
"url": "https://github.com/jquery/jquery-mobile.git"
},
"bugs": "https://github.com/jquery/jquery-mobile/issues",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-mobile/blob/master/MIT-LICENSE.txt"
}
],
"dependencies": {
"jquery": ">=1.8.3"
},
"devDependencies": {
"async": "0.2.9",
"grunt": "0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.5.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-qunit": "~0.2.2",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-uglify": "~0.2.2",
"grunt-git-authors": "1.2.0",
"grunt-qunit-junit": "0.1.0-alpha2",
"requirejs": "2.1.8",
"grunt-hash-manifest": "~0.4.0"
},
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test",
"lint": "grunt jshint"
},
"keywords": []
}