Files
meteor/tools/tests/apps/dynamic-import/package.json
2018-08-07 11:49:34 -04:00

22 lines
534 B
JSON

{
"name": "dynamic-import",
"private": true,
"scripts": {
"start": "meteor run",
"test": "TEST_BROWSER_DRIVER=puppeteer meteor test --full-app --driver-package meteortesting:mocha"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.56",
"acorn": "^4.0.11",
"arson": "^0.2.3",
"meteor-node-stubs": "^0.4.1",
"moment": "^2.17.1",
"optimism": "^0.3.3",
"private": "^0.1.7",
"puppeteer": "^1.6.2",
"react": "^16.0.0",
"regenerator-runtime": "^0.11.1",
"uuid": "^3.1.0"
}
}