diff options
author | Pierre Frisch | 2011-12-22 07:25:50 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-01-27 11:18:17 -0800 |
commit | b89a7ee8b956c96a1dcee995ea840feddc5d4b27 (patch) | |
tree | 0f3136ab0ecdbbbed6a83576581af0a53124d6f1 /js/components/package.json | |
parent | 2401f05d1f4b94d45e4568b81fc73e67b969d980 (diff) | |
download | ninja-b89a7ee8b956c96a1dcee995ea840feddc5d4b27.tar.gz |
First commit of Ninja to ninja-internal
Signed-off-by: Valerio Virgillito <rmwh84@motorola.com>
Diffstat (limited to 'js/components/package.json')
-rw-r--r-- | js/components/package.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/js/components/package.json b/js/components/package.json new file mode 100644 index 00000000..f3a6f0e0 --- /dev/null +++ b/js/components/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 | ||