Files
stf/bower.json
Gunther Brunner 91b1861d8d Fixed autofill for HTTPS.
Added dummy API endpoint for autofill POST requests.

Autofill also reads the CSRF token from cookies and doesn't require an 'about:blank' anymore on the forms.
2015-01-06 18:35:23 +09:00

63 lines
2.1 KiB
JSON

{
"name": "stf",
"version": "0.1.0",
"dependencies": {
"angular": "1.3.9-build.3748",
"angular-cookies": "1.3.9-build.3748",
"angular-route": "1.3.9-build.3748",
"angular-sanitize": "1.3.9-build.3748",
"angular-animate": "1.3.9-build.3748",
"angular-touch": "1.3.9-build.3748",
"se7en-bootstrap-3": "~0.2.1",
"lodash": "~2.4.1",
"oboe": "~2.1.0",
"Snap.svg": "~0.3.0",
"ng-table": "git://github.com/esvit/ng-table.git#bd9ec42172389257fcd312330013302b2696ac2a",
"jquery.terminal": "~0.8.8",
"stf-site": "~0.4.1",
"stf-analytics": "~0.2.2",
"angular-gettext": "git://github.com/rubenv/angular-gettext.git#6bf6a66d8b4fd6c5e0fddcee050991391977cf87",
"angular-ui-ace": "~0.1.1",
"ui-bootstrap-alerts": "~0.1.5",
"requirejs": "~2.1.15",
"stf-graphics": "~0.1.1",
"angular-bootstrap": "~0.12.0",
"angular-dialog-service": "~5.2.6",
"ng-file-upload": "~2.1.0",
"angular-growl-v2": "JanStevens/angular-growl-2#~0.7.3",
"angular-tree-control": "~0.2.7",
"angular-loading-bar": "~0.6.0",
"underscore.string": "~2.4.0",
"bootstrap": "~3.3.1",
"font-lato-2-subset": "~0.4.0",
"packery": "~1.3.1",
"draggabilly": "~1.1.1",
"angular-elastic": "~2.4.2",
"quick-ng-repeat": "~0.0.1",
"angular-vs-repeat": "~1.0.0-rc5",
"checklist-model": "~0.1.3",
"angular-hotkeys": "chieffancypants/angular-hotkeys#~1.4.5",
"angular-borderlayout": "https://github.com/filearts/angular-borderlayout.git#7c9716aebd9260763f798561ca49d6fbfd4a5c67",
"angular-ui-bootstrap": "~0.12.0",
"angular-ladda": "~0.1.10",
"ng-context-menu": "~1.0.1",
"stats.js": "*",
"components-font-awesome": "~4.2.0",
"epoch": "~0.6.0",
"d3": "~3.5.3",
"ng-epoch": "~1.0.7",
"eventEmitter": "~4.2.11"
},
"private": true,
"resolutions": {
"angular": "1.3.9-build.3748",
"angular-sanitize": "1.3.9-build.3748",
"bootstrap": "~3.3.0",
"d3": "~3.5.2",
"angular-bootstrap": "~0.12.0"
},
"devDependencies": {
"angular-mocks": "1.3.9-build.3748"
}
}