Add package.json for npm deployment

This commit is contained in:
Andrea Richiardi 2018-02-20 09:40:54 -08:00
parent 36a40bc67c
commit 9fd33284e7
2 changed files with 26 additions and 0 deletions

1
.gitignore vendored
View file

@ -18,3 +18,4 @@ pom.xml*
.nrepl-port
bin
test/readme.clj
/node_modules

25
package.json Normal file
View file

@ -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"
}
}