houseplant-hackathon/package.json
Glitch (hello-express) 79e6f852b3 🚋🚪 Checkpoint
./server.js:7435365/193
./package.json:7435365/3052
./README.md:7435365/914
2019-12-20 23:36:03 +00:00

29 lines
717 B
JSON

{
"//1": "describes your app and its dependencies",
"//2": "https://docs.npmjs.com/files/package.json",
"//3": "updating this file will download and update your packages",
"name": "jasonsplant",
"version": "1.0.0",
"description": "A Node app to collect moisture data from the plant I have on my desk in the office, and graph the results.",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"express": "^4.16.4",
"sqlite": "^3.0.3",
"sequelize": "^6.0.0"
},
"engines": {
"node": "10.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/hello-express"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"express"
]
}