14 lines
257 B
JSON
14 lines
257 B
JSON
{
|
|
"name": "filog_demo",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "meteor run"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "7.0.0-beta.55",
|
|
"filog": "file:../filog",
|
|
"lodash": "^4",
|
|
"meteor-node-stubs": "^0.3.2",
|
|
"npm": "^6"
|
|
}
|
|
}
|