11 lines
147 B
JSON
11 lines
147 B
JSON
{
|
|
"name": "editor",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "meteor run"
|
|
},
|
|
"dependencies": {
|
|
"meteor-node-stubs": "~0.2.0"
|
|
}
|
|
}
|