# Dependencies

You can consult the `package.json` in the [github repo](https://github.com/OpenNewsLabs/autoEdit_2)

## Architecture Libraries/Frameworks

* node `1.2.0`
* NWJS `0.12.3`
* JQuery `1.12.4`
* Underscore `1.8.3`
* Backbone `1.3.3`
* bootstrap `3.3.6` + bootstrap.js

## Npm packages

* [linvodb3](https://github.com/Ivshti/linvodb3) for local db system.
* fluent-ffmpeg (ffmpeg node wrapper)
* [watson-developer-cloud](https://github.com/watson-developer-cloud/node-sdk#speech-to-text) also on [npm](https://www.npmjs.com/package/watson-developer-cloud)
* nw-builder (for deployment/packaging)
* [app-module-path](https://github.com/pietrop/nwjs_boilerplate#local-modules-path)

## Binaires for Os X

So that they can be packaged inside of nwjs.

* `ffmpeg`&#x20;
* `ffprobe`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://autoedit.gitbook.io/documentation/master-1.0.6/appendix/dependencies.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
