Initial commit from Gomix.

This commit is contained in:
System 2017-02-18 18:39:27 +00:00
parent 6b5da76e94
commit a3d70def2a
7 changed files with 186 additions and 2 deletions

17
package.json Normal file
View 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"
}
}