mirror of
https://github.com/wahyd4/Libr-mobile.git
synced 2026-08-09 04:45:57 +10:00
26 lines
464 B
JSON
26 lines
464 B
JSON
{
|
|
"name": "libr-mobile",
|
|
"version": "0.0.1",
|
|
"authors": [
|
|
"junv <wahyd4@gmail.com>"
|
|
],
|
|
"license": "none",
|
|
"private": true,
|
|
"dependencies": {
|
|
"ionic": "v1.0.0-beta.4",
|
|
"angular-resource": "~1.2.17"
|
|
},
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"app/components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"resolutions": {
|
|
"angular": "1.2.16"
|
|
}
|
|
|
|
}
|