diff options
| author | ARC <arjunrc@gmail.com> | 2015-04-26 16:53:34 -0400 |
|---|---|---|
| committer | ARC <arjunrc@gmail.com> | 2015-04-26 16:53:34 -0400 |
| commit | 2c179545e8abddcbb0fc569b3dd3c677acefa87f (patch) | |
| tree | 909b92c31af67a2dba205b1c37e0bab5263517f2 /www/lib/ngCordova/package.json | |
| parent | 4af9e77693e07b35d937b6059fe48e6a4506ef6c (diff) | |
added ngCordova library
Diffstat (limited to 'www/lib/ngCordova/package.json')
| -rw-r--r-- | www/lib/ngCordova/package.json | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/www/lib/ngCordova/package.json b/www/lib/ngCordova/package.json new file mode 100644 index 00000000..1670270c --- /dev/null +++ b/www/lib/ngCordova/package.json @@ -0,0 +1,40 @@ +{ + "name": "ng-cordova", + "private": false, + "main": "dist/ng-cordova", + "version": "0.1.15-alpha", + "repository": { + "url": "git://github.com/driftyco/ng-cordova.git" + }, + "devDependencies": { + "gulp": "^3.7.0", + "gulp-concat": "^2.2.0", + "gulp-footer": "^1.0.4", + "gulp-header": "^1.0.2", + "gulp-jshint": "^1.6.1", + "gulp-prettify": "^0.3.0", + "gulp-rename": "^1.2.0", + "gulp-shell": "^0.2.10", + "gulp-uglify": "^0.2.1", + "jshint-stylish": "^0.4.0", + "karma": "^0.12.16", + "karma-chrome-launcher": "~0.1.2", + "karma-coverage": "~0.2.6", + "karma-jasmine": "~0.1.5", + "karma-phantomjs-launcher": "~0.1.2", + "minimist": "^0.1.0" + }, + "licenses": [ + { + "type": "MIT" + } + ], + "scripts": { + "test": "gulp karma --browsers=PhantomJS --reporters=progress" + }, + "dependencies": { + "conventional-changelog": "0.0.11", + "fs": "0.0.2", + "q": "^1.1.2" + } +} |
