mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
Add bower.json
Adds the `bower.json` file that is required by Bower to host a package through their service. Now that this is made, I'll be uploading it to bower.
This commit is contained in:
parent
3920b70d6e
commit
c6b5b02d3b
34
bower.json
Normal file
34
bower.json
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "gun",
|
||||
"main": "gun.js",
|
||||
"version": "0.0.9d",
|
||||
"homepage": "http://gundb.io",
|
||||
"authors": [
|
||||
{ "name": "Mark Nadal", "email": "mark@accelsor.com" },
|
||||
{ "name": "AJ ONeal", "email": "awesome@coolaj86.com" },
|
||||
{ "name": "Alex LaFroscia", "email": "alex@lafroscia.com" }
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/amark/gun"
|
||||
},
|
||||
"description": "A distributed, embedded, graph database engine.",
|
||||
"moduleType": [
|
||||
"globals"
|
||||
],
|
||||
"keywords": [
|
||||
"graph",
|
||||
"database",
|
||||
"gun",
|
||||
"gundb",
|
||||
"nodb"
|
||||
],
|
||||
"license": "MIT",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"test",
|
||||
"tests"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user