mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-28 09:24:24 +01:00
42 lines
980 B
JSON
42 lines
980 B
JSON
|
{
|
||
|
"name": "fabmanager",
|
||
|
"version": "1.0.0",
|
||
|
"authors": [
|
||
|
"sleede <cyril@sleede.com>"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"private": true,
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"node_modules",
|
||
|
"bower_components",
|
||
|
"vendor/assets/components",
|
||
|
"test",
|
||
|
"tests"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"angular-bootstrap": ">=0.11",
|
||
|
"angular-ui-router": ">=0.2.10",
|
||
|
"angular-ui-select2": ">=0.0.5",
|
||
|
"angular-moment": ">=0.7.0",
|
||
|
"ngUpload": ">=0.5.11",
|
||
|
"jasny-bootstrap": ">=3.1.3",
|
||
|
"holderjs": "~2.6.0",
|
||
|
"angular-growl": ">=0.4.0",
|
||
|
"angular-xeditable": ">=0.1.8",
|
||
|
"checklist-model": ">=0.1.3",
|
||
|
"angular-unsavedChanges": "~0.2.0",
|
||
|
"angular-loading-bar": ">=0.4.3",
|
||
|
"angular-scroll": "~0.6.5",
|
||
|
"angular-google-analytics": "~0.0.3",
|
||
|
"underscore": "~1.7.0",
|
||
|
"angular-redactor": "~1.0.0",
|
||
|
"angular-devise": "~1.0.2",
|
||
|
"angular-i18n": "~1.3.15"
|
||
|
},
|
||
|
"resolutions": {
|
||
|
"jquery": ">=1.10.2",
|
||
|
"angular": "~1.2.16"
|
||
|
}
|
||
|
}
|