honeysql/package.json

26 lines
453 B
JSON
Raw Normal View History

2018-02-20 17:40:54 +00:00
{
"name": "@honeysql/honeysql",
2018-03-14 04:39:38 +00:00
"version": "0.9.2",
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"
}
],
"files": [
"src/*"
],
"directories": {
"lib": "src"
},
"dependencies": {
"macrovich": "0.2.1-SNAPSHOT"
}
}