summaryrefslogtreecommitdiffstats
path: root/addon-sdk/source/test/fixtures/native-addon-test/package.json
blob: f689b83f646c296f339a97ddd26cf9a59e0f1d57 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "main":"index.js",
  "dependencies": {
    "test-math": "*",
    "test-custom-main": "*",
    "test-custom-main-relative": "*",
    "test-default-main": "*",
    "test-assets": "*"
  }
}