Add package.json for npm deployment
This commit is contained in:
parent
36a40bc67c
commit
9fd33284e7
2 changed files with 26 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -18,3 +18,4 @@ pom.xml*
|
||||||
.nrepl-port
|
.nrepl-port
|
||||||
bin
|
bin
|
||||||
test/readme.clj
|
test/readme.clj
|
||||||
|
/node_modules
|
||||||
|
|
|
||||||
25
package.json
Normal file
25
package.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue