mirror of
https://github.com/harrisonfishco/lu-behaviors.git
synced 2025-12-16 18:24:08 -06:00
27 lines
599 B
JSON
27 lines
599 B
JSON
{
|
|
"name": "lu-behaviors",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/app.js",
|
|
"scripts": {
|
|
"start": "node src/app.js",
|
|
"dev": "nodemon src/app.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/harrisonfishco/lu-behaviors.git"
|
|
},
|
|
"author": "Harrison Fishco",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/harrisonfishco/lu-behaviors/issues"
|
|
},
|
|
"homepage": "https://github.com/harrisonfishco/lu-behaviors#readme",
|
|
"dependencies": {
|
|
"express": "^4.17.2"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.15"
|
|
}
|
|
}
|