diff --git a/package.json b/package.json index ed0d7afd4d61e728d4827f4bd87dc7b4d382a10d..6f7f6d0988f468317c00566778ca8ecb584f5345 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cesium", "version": "1.2.6", - "description": "Unhosted webapp client for Duniter network", + "description": "Cesium Wallet for G1 currency", "repository": { "type": "git", "url": "git@git.duniter.org:clients/cesium/cesium.git" @@ -22,8 +22,8 @@ "cordova", "crypto-currency" ], - "author": "Duniter team", - "license": "GPL-3.0", + "author": "Benoit Lavenier <benoit.lavenier@e-is.pro>", + "license": "AGPL-3.0", "readmeFilename": "README.md", "bugs": { "url": "https://git.duniter.org/clients/cesium-grp/cesium/issues", @@ -48,29 +48,26 @@ "cordova-plugin-whitelist": "^1.3.2", "cordova-plugin-x-toast": "^2.6.0", "ionic-plugin-keyboard": "^2.2.1", - "phonegap-plugin-barcodescanner": "git+https://github.com/phonegap/phonegap-plugin-barcodescanner.git", "moment": "~2.19.3", - "numeral": "1.5.3" + "numeral": "1.5.3", + "phonegap-plugin-barcodescanner": "git+https://github.com/phonegap/phonegap-plugin-barcodescanner.git" }, "devDependencies": { "bower": "^1.8.0", - "delete-empty": "^0.1.3", - "gulp": "^3.9.1", - "gulp-bump": "^2.1.0", - "gulp-concat": "^2.2.0", - "gulp-rename": "^1.2.0", - "gulp-sass": "^2.2.0", - "ionic": "^1.7.16", - "node-sass": "^3.3.3", "cordova-uglify": "^0.2.3", "del": "^2.2.0", + "delete-empty": "^0.1.3", + "event-stream": "3.3.4", "fs": "^0.0.2", "glob": "^5.0.15", + "gulp": "^3.9.1", "gulp-angular-templatecache": "^1.8.0", "gulp-angular-translate": "^0.1.4", "gulp-base64": "^0.1.3", + "gulp-bump": "^2.1.0", "gulp-clean": "^0.3.2", "gulp-clean-css": "^2.0.10", + "gulp-concat": "^2.2.0", "gulp-concat-css": "^2.3.0", "gulp-css-base64": "^1.3.4", "gulp-csso": "^2.0.0", @@ -83,21 +80,24 @@ "gulp-ng-annotate": "^2.0.0", "gulp-ng-constant": "^1.1.0", "gulp-remove-code": "^1.0.2", + "gulp-rename": "^1.2.0", "gulp-replace": "^0.5.4", "gulp-rev": "^7.0.0", "gulp-rev-replace": "^0.4.3", + "gulp-sass": "^2.2.0", "gulp-sourcemaps": "^1.6.0", "gulp-uglify": "^1.5.3", "gulp-useref": "^3.1.0", "gulp-util": "^2.2.14", "gulp-zip": "^3.2.0", + "ionic": "^1.7.16", "ionic-minify": "^2.0.8", "jshint": "^2.9.2", "mv": "^2.1.1", + "node-sass": "^3.3.3", "playup": "^1.0.2", "shelljs": "^0.3.0", - "yargs": "^4.3.1", - "event-stream": "3.3.4" + "yargs": "^4.3.1" }, "cordovaPlugins": [ "cordova-plugin-whitelist",