honeysql/package.json

30 lines
532 B
JSON
Raw Normal View History

2018-02-20 17:40:54 +00:00
{
"name": "@honeysql/honeysql",
2018-07-02 03:30:21 +00:00
"version": "0.9.3",
2018-02-20 17:40:54 +00:00
"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"
2018-06-26 23:56:18 +00:00
},
{
"name": "Sean Corfield",
"email": "sean@corfield.org"
2018-02-20 17:40:54 +00:00
}
],
"files": [
"src/*"
],
"directories": {
"lib": "src"
},
"dependencies": {
"macrovich": "0.2.1-SNAPSHOT"
}
}