forked from collinforrester/angular-jqm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.21 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
{
"name": "angular-jqm",
"description": "Native AngularJS directives for jQuery Mobile. Small footprint, no 3rd party JS dependencies (jQuery, jQuery Mobile JS) required!",
"version": "0.0.1-SNAPSHOT",
"private": true,
"homepage": "https://github.com/angular-widgets/angular-jqm",
"devDependencies": {
"grunt": "0.4.x",
"grunt-cli": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-connect": "latest",
"grunt-contrib-watch": "latest",
"grunt-contrib-jshint": "latest",
"phantomjs": "latest",
"grunt-karma": "~0.6.2",
"grunt-html2js": "~0.1.7",
"grunt-ngdocs": "~0.1.6",
"grunt-conventional-changelog": "~1.0.0",
"grunt-curl": "~1.1.1",
"karma-sauce-launcher": "~0.1.0",
"karma": "~0.10.2",
"grunt-contrib-cssmin": "~0.6.2"
},
"engine": "node 0.8.x",
"repository": {
"type": "git",
"url": "https://github.com/angular-widgets/angular-jqm.git"
},
"bugs": {
"url": "https://github.com/angular-widgets/angular-jqm/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/angular-widgets/angular-jqm/blob/master/LICENSE-MIT"
}
],
"keywords": [],
"scripts": {
"test": "grunt travis --verbose"
}
}