Describe "dependencies" field from library.json

This commit is contained in:
Ivan Kravets
2014-09-06 22:27:33 +03:00
parent 2ac4b9a590
commit f316308860
2 changed files with 22 additions and 1 deletions

View File

@ -195,6 +195,7 @@ Pattern Meaning
* - ``[!seq]``
- matches any character not in seq
.. _libjson_exclude:
``exclude``
@ -205,3 +206,24 @@ Pattern Meaning
Exclude the directories and files which will match with :ref:`libjson_exclude`
patterns.
.. _libjson_dependencies:
``dependencies``
----------------
*Optional* | Type: ``Array``
The list of dependent libraries. They will be installed automatically with
:ref:`cmd_lib_install` command.
Example:
.. code-block:: javascript
"dependencies":
[
"Library-Foo",
"Library-Bar"
]

View File

@ -18,4 +18,3 @@ You don't need to bother for finding the latest version of library. Due to
:maxdepth: 2
config
User Guide <../userguide/lib/index>