mirror of
https://github.com/JonasunderscoreJones/jonas_jones-api.git
synced 2025-10-23 00:59:18 +02:00
some inbetween progress
This commit is contained in:
parent
d9b1d806ee
commit
761cd7d1d7
4 changed files with 9518 additions and 0 deletions
35
package.json
Normal file
35
package.json
Normal file
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"name": "jonas_jones-api",
|
||||
"version": "1.0.0",
|
||||
"description": "an api used for my website",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "nodemon server.js --exec babel-node --presets babel-preset-env",
|
||||
"lint": "eslint src/js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/j-onasJones/jonas_jones-api.git"
|
||||
},
|
||||
"keywords": [
|
||||
"RESTful",
|
||||
"API",
|
||||
"node",
|
||||
"mongoDB"
|
||||
],
|
||||
"author": "Jonas_Jones",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/j-onasJones/jonas_jones-api/issues"
|
||||
},
|
||||
"homepage": "https://github.com/j-onasJones/jonas_jones-api#readme",
|
||||
"dependencies": {
|
||||
"babel-cli": "^6.26.0",
|
||||
"babel-core": "^6.26.3",
|
||||
"babel-loader": "^9.1.2",
|
||||
"babel-preset-env": "^1.7.0",
|
||||
"body-parser": "^1.20.1",
|
||||
"express": "^4.18.2"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue