forked from jquery-archive/jquery-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.68 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
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "jquery-mobile",
"title": "jQuery Mobile",
"description": "Touch-Optimized Web Framework for Smartphones & Tablets",
"version": "1.5.0-pre",
"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/LICENSE.txt"
}
],
"dependencies": {
"jquery": ">=1.8.3"
},
"devDependencies": {
"async": "0.2.9",
"casperjs": "1.1.0-beta3",
"cheerio": "0.12.4",
"commitplease": "2.0.0",
"grunt": "0.4.2",
"grunt-bowercopy": "0.5.0",
"grunt-casper": "0.3.2",
"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-requirejs": "0.4.1",
"grunt-contrib-uglify": "0.2.6",
"grunt-coveralls": "0.3.0",
"grunt-git-authors": "2.0.0",
"grunt-hash-manifest": "0.5.1",
"grunt-php": "0.3.2",
"grunt-qunit-istanbul": "0.3.0",
"grunt-qunit-junit": "0.1.0-alpha2",
"jsdom": "0.8.3",
"load-grunt-tasks": "0.3.0",
"optimist": "0.6.0",
"requirejs": "2.1.8",
"underscore": "1.5.2",
"xmlhttprequest": "1.6.0"
},
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"ci": "grunt test coveralls crawl",
"test": "grunt test",
"lint": "grunt jshint"
},
"keywords": []
}