summaryrefslogtreecommitdiffstats
path: root/addon-sdk/source/test/fixtures/native-overrides-test/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'addon-sdk/source/test/fixtures/native-overrides-test/package.json')
-rw-r--r--addon-sdk/source/test/fixtures/native-overrides-test/package.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/addon-sdk/source/test/fixtures/native-overrides-test/package.json b/addon-sdk/source/test/fixtures/native-overrides-test/package.json
new file mode 100644
index 000000000..346cf76f5
--- /dev/null
+++ b/addon-sdk/source/test/fixtures/native-overrides-test/package.json
@@ -0,0 +1,18 @@
+{
+ "name": "native-overrides-test",
+ "main": "index.js",
+ "dependencies": {
+ "cool-tabs": "*",
+ "foo": "*",
+ "fs-extra": "*"
+ },
+ "jetpack": {
+ "overrides": {
+ "fs": "sdk/io/fs",
+ "overload": "foo",
+ "internal": "./lib/internal",
+ "sdk/tabs": "./lib/tabs",
+ "../ignore": "foo"
+ }
+ }
+}