diff options
author | Valerio Virgillito | 2012-05-11 15:00:36 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-05-11 15:00:36 -0700 |
commit | f4c4bc7971a50f9e258d1ac23c70f8ea8cfe5dd6 (patch) | |
tree | 297cc2bdd26c5a72bd88edf6d91be8ceef25e98b /js/document/templates/html/package.json | |
parent | 2b718df00eb9f3a3d2ad269fab533967668988bf (diff) | |
parent | 1fb663b5f348fe2ff5ce86a80e8a61be289eba70 (diff) | |
download | ninja-f4c4bc7971a50f9e258d1ac23c70f8ea8cfe5dd6.tar.gz |
Merge branch 'dom-architecture' of github.com:Motorola-Mobility/ninja-internal into dom-architecture
Diffstat (limited to 'js/document/templates/html/package.json')
-rwxr-xr-x | js/document/templates/html/package.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/js/document/templates/html/package.json b/js/document/templates/html/package.json new file mode 100755 index 00000000..c8bc02fb --- /dev/null +++ b/js/document/templates/html/package.json | |||
@@ -0,0 +1,8 @@ | |||
1 | { | ||
2 | "directories": { | ||
3 | "lib": "" | ||
4 | }, | ||
5 | "mappings": { | ||
6 | "montage": "../../../../node_modules/montage/" | ||
7 | } | ||
8 | } \ No newline at end of file | ||