Skip to content

Commit

Permalink
add bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ansuz committed May 9, 2016
1 parent cdbe66d commit 2e70fc7
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "hyperjson",
"description": "an abstract datatype compatible with the hyperscript API",
"main": "hyperjson.js",
"authors": [
"ansuz"
],
"license": "AGPL",
"keywords": [
"hyper",
"json",
"hyperjson",
"hyperscript",
"hscript",
"virtual-dom",
"kittens",
"dom"
],
"moduleType": [],
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 2e70fc7

Please sign in to comment.