honeysql/package.json
2018-07-01 20:30:21 -07:00

29 lines
532 B
JSON

{
"name": "@honeysql/honeysql",
"version": "0.9.3",
"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"
}
}