Skip to content

Commit

Permalink
Create bower.json
Browse files Browse the repository at this point in the history
Initial version of bower.json
  • Loading branch information
atavakoli authored Apr 7, 2017
1 parent 1cabaec commit 103491f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions bower.json
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"
]
}

0 comments on commit 103491f

Please sign in to comment.