mirror of
https://github.com/arnaucube/commonroutesApp.git
synced 2026-02-07 19:46:44 +01:00
implemented edit user profile, with images from camera and gallery
This commit is contained in:
44
www/lib/ngCordova/package.json
Normal file
44
www/lib/ngCordova/package.json
Normal file
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"name": "ng-cordova",
|
||||
"private": false,
|
||||
"main": "dist/ng-cordova",
|
||||
"version": "0.1.27-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-jscs": "^1.6.0",
|
||||
"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",
|
||||
"jasmine-core": "^2.4.1",
|
||||
"jshint-stylish": "^0.4.0",
|
||||
"karma": "^0.13.21",
|
||||
"karma-chrome-launcher": "~0.2.2",
|
||||
"karma-coverage": "~0.5.3",
|
||||
"karma-jasmine": "~0.3.7",
|
||||
"karma-phantomjs-launcher": "~1.0.0",
|
||||
"minimist": "^0.1.0",
|
||||
"phantomjs-prebuilt": "^2.1.4"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT"
|
||||
}
|
||||
],
|
||||
"scripts": {
|
||||
"test": "gulp lint && gulp karma --browsers=PhantomJS --reporters=progress"
|
||||
},
|
||||
"dependencies": {
|
||||
"conventional-changelog": "0.0.11",
|
||||
"fs": "0.0.2",
|
||||
"gulp-git": "^1.2.4",
|
||||
"q": "^1.1.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user