summaryrefslogtreecommitdiffstats
path: root/addon-sdk/source/test/fixtures/native-addon-test/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'addon-sdk/source/test/fixtures/native-addon-test/package.json')
-rw-r--r--addon-sdk/source/test/fixtures/native-addon-test/package.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/addon-sdk/source/test/fixtures/native-addon-test/package.json b/addon-sdk/source/test/fixtures/native-addon-test/package.json
new file mode 100644
index 000000000..f689b83f6
--- /dev/null
+++ b/addon-sdk/source/test/fixtures/native-addon-test/package.json
@@ -0,0 +1,10 @@
+{
+ "main":"index.js",
+ "dependencies": {
+ "test-math": "*",
+ "test-custom-main": "*",
+ "test-custom-main-relative": "*",
+ "test-default-main": "*",
+ "test-assets": "*"
+ }
+}