Skip to content

Commit

Permalink
init package
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangtranson committed Aug 2, 2023
1 parent 46ed60f commit e608e70
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "javascript-for-dummies",
"version": "1.0.0",
"description": "Javascript Sample Code that help people understanding javascript syntax",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coderschoolmentee/javascript-for-dummies.git"
},
"keywords": [
"javascript",
"javascript tutorial",
"javascript for dummies",
"subin"
],
"author": "Tran Son Hoang (son.hoang01@gmail.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/coderschoolmentee/javascript-for-dummies/issues"
},
"homepage": "https://github.com/coderschoolmentee/javascript-for-dummies#readme"
}

0 comments on commit e608e70

Please sign in to comment.