Skip to content

Commit

Permalink
adding ls for 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
freeeve committed Nov 7, 2013
1 parent efa90b5 commit ff8e959
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/main/ls/0.4.4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"organization" : "org.anormcypher",
"name" : "AnormCypher",
"version" : "0.4.4",
"description" : "A Neo4j library modeled after Play's Anorm.",
"site" : "",
"tags" : [ "anorm", "cypher", "neo4j", "neo" ],
"docs" : "",
"resolvers" : [ "http://repo.anormcypher.org" ],
"dependencies" : [ {
"organization" : "net.databinder.dispatch",
"name" : "dispatch-core",
"version" : "0.9.5"
}, {
"organization" : "com.typesafe.play",
"name" : "play-json",
"version" : "2.2.0"
} ],
"scalas" : [ "2.10.2" ],
"licenses" : [ ],
"sbt" : false
}

0 comments on commit ff8e959

Please sign in to comment.