Created
September 21, 2016 16:48
-
-
Save gortok/13a32e27113a4fab16e1a84cdfd9b525 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Jewelapp", | |
"version": "1.0.0", | |
"private": true, | |
"dependencies": {}, | |
"devDependencies": { | |
"angular-mocks": "^1.3.15", | |
"bower": "^1.7.7", | |
"chai": "2.3.0", | |
"cordova": "^5.4.1", | |
"del": "^2.2.0", | |
"elementtree": "0.1.6", | |
"generator-ionic": "^0.8.0", | |
"glob": "~4.3.5", | |
"grunt": "~0.4.5", | |
"grunt-autoprefixer": "~2.2.0", | |
"grunt-bump-cordova": "^0.1.6", | |
"grunt-cli": "^0.1.13", | |
"grunt-concurrent": "~1.0.0", | |
"grunt-contrib-clean": "~0.6.0", | |
"grunt-contrib-compass": "~1.0.1", | |
"grunt-contrib-concat": "~0.5.0", | |
"grunt-contrib-connect": "~0.9.0", | |
"grunt-contrib-copy": "~0.7.0", | |
"grunt-contrib-cssmin": "~0.11.0", | |
"grunt-contrib-htmlmin": "~0.3.0", | |
"grunt-contrib-jshint": "~0.11.0", | |
"grunt-contrib-uglify": "~0.7.0", | |
"grunt-contrib-watch": "~0.6.1", | |
"grunt-git-revision": "0.0.1", | |
"grunt-karma": "~0.10.1", | |
"grunt-newer": "~1.1.0", | |
"grunt-ng-annotate": "~0.9.2", | |
"grunt-ng-constant": "^1.0.0", | |
"grunt-replace": "0.9.2", | |
"grunt-usemin": "~3.0.0", | |
"grunt-wiredep": "^2.0.0", | |
"inquirer": "^0.11.4", | |
"ionic": "^1.7.14", | |
"jasmine-core": "^2.3.0", | |
"jshint-stylish": "~1.0.0", | |
"karma": "~0.12.31", | |
"karma-chai": "~0.1.0", | |
"karma-chrome-launcher": "~0.1.7", | |
"karma-coverage": "~0.2.7", | |
"karma-jasmine": "^0.3.5", | |
"karma-mocha": "~0.1.10", | |
"karma-phantomjs-launcher": "~0.1.4", | |
"load-grunt-tasks": "~3.1.0", | |
"lodash": "~3.1.0", | |
"mkdirp": "~0.5.0", | |
"mocha": "2.2.4", | |
"ncp": "~1.0.1", | |
"orchestrator": "~0.3.7", | |
"plist": "1.1.0", | |
"readable-stream": "1.0.27-1", | |
"ripple-emulator": "~0.9.24", | |
"string_decoder": "0.10.25-1", | |
"time-grunt": "~1.0.0", | |
"uuid": "^2.0.1", | |
"win-spawn": "^2.0.0", | |
"x-files": "0.0.1", | |
"xmldom": "^0.1.19", | |
"yo": "^1.6.0" | |
}, | |
"engines": { | |
"node": "^4.0" | |
}, | |
"scripts": { | |
"test": "grunt test", | |
"patch": "grunt bump:patch", | |
"minor": "grunt bump:minor", | |
"major": "grunt bump:major" | |
}, | |
"cordovaPlugins": [ | |
"org.apache.cordova.console", | |
"org.apache.cordova.device", | |
"org.apache.cordova.dialogs", | |
"org.apache.cordova.splashscreen", | |
"cordova-plugin-contacts", | |
{ | |
"locator": "https://github.com/randdusing/BluetoothLE", | |
"id": "com.randdusing.bluetoothle" | |
}, | |
{ | |
"locator": "https://github.com/Jewelbots/phonegap-plugin-push-mirror.git", | |
"id": "phonegap-plugin-push" | |
}, | |
"com.ionic.keyboard" | |
], | |
"cordovaPlatforms": [ | |
"ios", | |
"android" | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment