mirror of
https://gitlab.silvrtree.co.uk/martind2000/aodb.git
synced 2025-01-10 21:35:07 +00:00
30 lines
589 B
JSON
30 lines
589 B
JSON
{
|
|
"name": "chroma.cordova",
|
|
"version": "0.0.0",
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"angular": "~1.3.15",
|
|
"angular-ui-router": "~0.2.13",
|
|
"angular-animate": "~1.3.15",
|
|
"angular-mocks": "~1.3.15",
|
|
"jasmine-jquery": "~2.1.0",
|
|
"angular-resource": "*",
|
|
"moment": "*"
|
|
},
|
|
"resolutions": {
|
|
"angular": ">=1.3.8"
|
|
},
|
|
"devDependencies": {
|
|
"ionic-service-core": "~0.1.10",
|
|
"ngCordova": "~0.1.20-alpha",
|
|
"ionic-service-push": "~0.1.13"
|
|
}
|
|
}
|