mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Note that the value of the "main" property must include the ".node" extension explicitly, because I have yet to encounter an npm package with a native "main" module that omits the ".node" extension, and I am loathe to start calling files.stat(id + ".node") uselessly for every single missing module. Fixes #7947.
21 lines
562 B
JSON
21 lines
562 B
JSON
{
|
|
"name": "modules-test-app",
|
|
"author": "Ben Newman <ben@meteor.com>",
|
|
"description": "Test app exercising many aspects of the Meteor module system.",
|
|
"private": true,
|
|
"dependencies": {
|
|
"aws-sdk": "^2.2.41",
|
|
"github": "^0.2.4",
|
|
"idle-gc": "^1.0.1",
|
|
"meteor-node-stubs": "^0.2.0",
|
|
"moment": "2.11.1",
|
|
"mssql": "^3.1.1",
|
|
"regenerator-runtime": "^0.9.5",
|
|
"stripe": "^4.4.0",
|
|
"winston": "^2.2.0"
|
|
},
|
|
"scripts": {
|
|
"test": "METEOR_PROFILE=100 ../../../../meteor test --full-app --driver-package avital:mocha"
|
|
}
|
|
}
|