Initial commit from Gomix.
This commit is contained in:
parent
e344b03410
commit
0a6747f2d8
6 changed files with 737 additions and 2 deletions
26
package.json
Normal file
26
package.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"name": "fcc-mongo-mongoose-challenges",
|
||||
"version": "0.0.1",
|
||||
"description": "A boilerplate project",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^4.12.4",
|
||||
"body-parser": "^1.15.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": "4.4.5"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://hyperdev.com/#!/project/welcome-project"
|
||||
},
|
||||
"keywords": [
|
||||
"node",
|
||||
"hyperdev",
|
||||
"express"
|
||||
],
|
||||
"license": "MIT"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue