Initial commit. Modified the Meteor todos app to create the Petit Teton data tracking app. Has working data for sales. Requires a Mongo database.
This commit is contained in:
15
package.json
Normal file
15
package.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user