-
Notifications
You must be signed in to change notification settings - Fork 59
/
Copy pathpackage.json
34 lines (34 loc) · 1.08 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
{
"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/opitzconsulting/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",
"grunt-karma": "latest",
"phantomjs": "latest",
"bower": "0.8.x"
},
"engine": "node 0.8.x",
"repository": {
"type": "git",
"url": "https://github.com/opitzconsulting/angular-jqm.git"
},
"bugs": {
"url": "https://github.com/opitzconsulting/angular-jqm/issues"
},
"licenses": [{
"type": "MIT",
"url": "https://github.com/opitzconsulting/angular-jqm/blob/master/LICENSE-MIT"
}],
"keywords": [],
"scripts": {
"test": "grunt travis --verbose"
}
}