diff options
author | Jose Antonio Marquez | 2012-05-17 12:16:43 -0700 |
---|---|---|
committer | Jose Antonio Marquez | 2012-05-17 12:16:43 -0700 |
commit | e713d437a3918b9e417d1a0bc9f11275fc9e6634 (patch) | |
tree | fa35180484165aa184366b655a3d132939bebb1e /js/document/templates/app/package.json | |
parent | aeb499a634bb5c9e4dd3f705f44a87c3817aa769 (diff) | |
download | ninja-e713d437a3918b9e417d1a0bc9f11275fc9e6634.tar.gz |
Sharing app data in banner and html templates
Syncing the files to avoid duplicates and ensure consistency.
Diffstat (limited to 'js/document/templates/app/package.json')
-rwxr-xr-x | js/document/templates/app/package.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/js/document/templates/app/package.json b/js/document/templates/app/package.json new file mode 100755 index 00000000..4f36090a --- /dev/null +++ b/js/document/templates/app/package.json | |||
@@ -0,0 +1,10 @@ | |||
1 | { | ||
2 | "directories": { | ||
3 | "lib": "" | ||
4 | }, | ||
5 | "mappings": { | ||
6 | "montage": "../../../../node_modules/montage/", | ||
7 | "tools": "../../../../node_modules/tools/", | ||
8 | "montage-google": "../../../../node_modules/montage-google/" | ||
9 | } | ||
10 | } \ No newline at end of file | ||