-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 921 Bytes
/
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": "ngCordovaIonic",
"version": "0.2.2",
"description": "AngularJS Cordova wrappers for common Cordova plugins and Ionic components.",
"main": "dist/ng-cordova-ionic.js",
"devDependencies": {
"gulp": "^3.8.7",
"gulp-bump": "^0.1.11",
"gulp-concat": "^2.3.4",
"gulp-jshint": "^1.8.4",
"gulp-ng-annotate": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.3.1",
"gulp-wrap": "^0.5.0",
"karma": "^0.12.16",
"karma-jasmine": "~0.1.5",
"karma-phantomjs-launcher": "~0.1.2"
},
"repository": {
"type": "git",
"url": "https://github.com/aaccurso/ng-cordova-ionic.git"
},
"keywords": [
"angularjs",
"ionic",
"cordova"
],
"author": "aaccurso <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/aaccurso/ng-cordova-ionic/issues"
},
"homepage": "https://github.com/aaccurso/ng-cordova-ionic"
}