Initial commit from Gomix.
This commit is contained in:
parent
6b5da76e94
commit
a3d70def2a
7 changed files with 186 additions and 2 deletions
17
package.json
Normal file
17
package.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"name": "fcc-learn-npm-package-json",
|
||||
"dependencies": {
|
||||
"express": "^4.14.0"
|
||||
},
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": "4.4.5"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://idontknow/todo.git"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue