Add testing fields in package.json
This commit is contained in:
parent
2fd1b25f4e
commit
79f6750bb2
1 changed files with 7 additions and 2 deletions
|
@ -1,5 +1,10 @@
|
||||||
{
|
{
|
||||||
"name": "fcc-learn-npm-package-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": {
|
"dependencies": {
|
||||||
"express": "^4.14.0"
|
"express": "^4.14.0"
|
||||||
},
|
},
|
||||||
|
@ -9,6 +14,6 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/freeCodeCamp/boilerplate-npm.git"
|
"url": "https://github.com/buzz-lightsnack-2007/boilerplate-npm.git"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue