diff --git a/.gitignore b/.gitignore index 7fea39d..26ff804 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ pom.xml* .nrepl-port bin test/readme.clj +/node_modules diff --git a/package.json b/package.json new file mode 100644 index 0000000..c670953 --- /dev/null +++ b/package.json @@ -0,0 +1,25 @@ +{ + "name": "@honeysql/honeysql", + "version": "0.9.1", + "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" + } +}