12 lines
189 B
JSON
12 lines
189 B
JSON
{
|
|
"name": "StandaloneViewer",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "meteor run"
|
|
},
|
|
"dependencies": {
|
|
"babel-runtime": "^6.18.0",
|
|
"meteor-node-stubs": "~0.2.0"
|
|
}
|
|
}
|