12 lines
190 B
JSON
12 lines
190 B
JSON
{
|
|
"name": "StandaloneViewer",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "meteor run"
|
|
},
|
|
"dependencies": {
|
|
"babel-runtime": "^6.23.0",
|
|
"meteor-node-stubs": "^0.2.11"
|
|
}
|
|
}
|