honeysql/package.json
2018-03-13 21:39:38 -07:00

25 lines
453 B
JSON

{
"name": "@honeysql/honeysql",
"version": "0.9.2",
"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"
}
],
"files": [
"src/*"
],
"directories": {
"lib": "src"
},
"dependencies": {
"macrovich": "0.2.1-SNAPSHOT"
}
}