-
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.
Initial version of bower.json
- Loading branch information
Showing
1 changed file
with
27 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,27 @@ | ||
{ | ||
"name": "gift-grammar", | ||
"main": "gift.pegjs", | ||
"homepage": "https://github.com/atavakoli/gift-grammar", | ||
"description": "A PegJS grammar for the Moodles GIFT quiz format", | ||
"keywords": [ | ||
"pegjs", | ||
"grammar", | ||
"gift", | ||
"moodles" | ||
], | ||
"authors": [ | ||
"Ali Tavakoli" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/atavakoli/gift-grammar.git" | ||
}, | ||
"license": "MIT", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"lib", | ||
"test", | ||
"tests" | ||
] | ||
} |