UnitTest:JQM Unit TC helper has been added,TCs have been modified
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.2.0 / package.json
1 {
2   "name": "jquery-mobile-build",
3   "description": "dependencies for the grunt based build",
4   "version": "0.0.1",
5   "scripts": {
6     "lint" : "grunt"
7   },
8   "main": "grunt.js",
9   "repository": {
10     "type": "git",
11     "url": "https://github.com/jquery/jquery-mobile.git"
12   },
13   "dependencies": {
14     "grunt":  "0.3.x",
15     "grunt-css": "0.2.0",
16     "grunt-junit": "0.1.4",
17     "grunt-git-authors": "1.0.0",
18     "requirejs": "1.0.8",
19     "glob-whatev": "~0.1.4",
20     "rimraf": "2.0.1",
21     "testswarm": "0.2.3"
22   },
23   "engine": {
24     "node": ">=6.0"
25   }
26 }