19 lines
442 B
JSON
19 lines
442 B
JSON
{
|
|
"name": "freecodecamp-npm-tutorial",
|
|
"author": "buzzcode2007",
|
|
"description": "Testing playground for APIs",
|
|
"keywords": [ "testing", "back-end", "APIs", "freecodecamp" ],
|
|
"license": "BSD",
|
|
"version": "0.0.1",
|
|
"dependencies": {
|
|
"express": "^4.14.0"
|
|
},
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "node server.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/buzz-lightsnack-2007/boilerplate-npm.git"
|
|
}
|
|
}
|