-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
46ed60f
commit e608e70
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |