-
Notifications
You must be signed in to change notification settings - Fork 114
/
package.json
40 lines (40 loc) · 1.44 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
{
"name": "jquery-mobile-angular-adapter",
"description": "jquery-mobile-angular-adapter is able to load a webpage into a frame or popup, instrument that page and the javascript in that page (e.g. add additional scripts at the end of the document, ...) and execute actions on that page.",
"version": "1.3.2-SNAPSHOT",
"private": true,
"homepage": "https://github.com/opitzconsulting/jquery-mobile-angular-adapter",
"author": {
"name": "Tobias Bosch",
"email": "[email protected]"
},
"devDependencies": {
"grunt": "0.4.x",
"grunt-cli": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-connect": "latest",
"grunt-contrib-watch": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-uglify": "latest",
"grunt-testacular": "latest",
"mocha": "latest",
"qunit": "latest",
"phantomjs": "latest"
},
"engine": "node *",
"repository": {
"type": "git",
"url": "https://github.com/opitzconsulting/jquery-mobile-angular-adapter.git"
},
"bugs": {
"url": "https://github.com/opitzconsulting/jquery-mobile-angular-adapter/issues"
},
"licenses": [{
"type": "MIT",
"url": "https://github.com/opitzconsulting/jquery-mobile-angular-adapter/blob/master/LICENSE-MIT"
}],
"keywords": [],
"scripts": {
"test": "grunt travis --verbose"
}
}