Files
PetitTetonMeteor/package.json

16 lines
321 B
JSON
Raw Normal View History

{
"name": "PetitTeton",
"private": true,
"scripts": {
"start": "meteor run",
"build": "meteor build --server-only ../"
},
"dependencies": {
"babel-runtime": "^6.18.0",
"csv-parse": "latest",
"meteor-node-stubs": "^0.2.4",
"properties-reader": "0.0.15",
"simpl-schema": "0.0.3"
}
}