29 lines
532 B
JSON
29 lines
532 B
JSON
{
|
|
"name": "@honeysql/honeysql",
|
|
"version": "0.9.5",
|
|
"license": "EPL-1.0",
|
|
"homepage": "https://github.com/jkk/honeysql",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jkk/honeysql"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Michael Blume",
|
|
"email": "blume.mike@gmail.com"
|
|
},
|
|
{
|
|
"name": "Sean Corfield",
|
|
"email": "sean@corfield.org"
|
|
}
|
|
],
|
|
"files": [
|
|
"src/*"
|
|
],
|
|
"directories": {
|
|
"lib": "src"
|
|
},
|
|
"dependencies": {
|
|
"macrovich": "0.2.1-SNAPSHOT"
|
|
}
|
|
}
|