aboutsummaryrefslogtreecommitdiff
path: root/js/document/templates/app/package.json
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-05-17 12:16:43 -0700
committerJose Antonio Marquez2012-05-17 12:16:43 -0700
commite713d437a3918b9e417d1a0bc9f11275fc9e6634 (patch)
treefa35180484165aa184366b655a3d132939bebb1e /js/document/templates/app/package.json
parentaeb499a634bb5c9e4dd3f705f44a87c3817aa769 (diff)
downloadninja-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-xjs/document/templates/app/package.json10
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