uncomment jshint and fix minor bug
rename myCustomer to imgType (customer to check if image is portrait or landscape)
{
"name": "ammico",
"main": "app.js",
"version": "0.0.0",
"authors": [
"IRI"
],
"license": "Ceccill-C",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.4.0",
"angular-route": "~1.4.0",
"angular-resource": "~1.4.0",
"angular-bootstrap": "~0.13.0",
"angular-ui-sortable": "~0.13.4",
"bootstrap": "~3.3.4",
"angular-touch": "~1.4.0",
"angular-messages": "~1.4.0"
}
}