Skip to content

Commit

Permalink
Tidy package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
flatheadmill committed Aug 15, 2013
1 parent a974439 commit 75a3172
Showing 1 changed file with 34 additions and 24 deletions.
58 changes: 34 additions & 24 deletions package.json
@@ -1,26 +1,36 @@
{ "name": "relatable"
, "description":
"A lightweight JSON to relational mapping library that loves SQL and the relational data model."
, "version": "0.0.4"
, "author": "Alan Gutierrez <alan@prettyrobots.com>"
, "repository":
{ "type": "git"
, "url": "http://github.com/bigeasy/relatable.git"
{
"name": "relatable",
"description": "A lightweight JSON to relational mapping library that loves SQL and the relational data model.",
"version": "0.0.4",
"author": "Alan Gutierrez <alan@prettyrobots.com>",
"repository":
{
"type": "git",
"url": "http://github.com/bigeasy/relatable.git"
},
"licenses":
[{
"type": "MIT",
"url": "http://github.com/bigeasy/stencil/raw/master/LICENSE"
}],
"main": "./relatable.js",
"url": "http://bigeasy.github.com/relatable",
"keywords":
[
"orm", "json", "sql", "rdbms", "postgresql", "mysql", "database"
],
"dependencies":
{
"cadence": "0.0.23"
},
"devDependencies":
{
"mysql": "~0",
"pg": ">=0",
"proof": "0.0.32"
},
"scripts":
{
"test": "proof platform win32 && proof test */*/*.t.js || t/test"
}
, "licenses": [
{ "type": "MIT"
, "url": "http://github.com/bigeasy/stencil/raw/master/LICENSE"
}]
, "main": "./relatable.js"
, "url" : "http://bigeasy.github.com/relatable"
, "keywords" : ["orm", "json", "sql", "rdbms", "postgresql", "mysql", "database"]
, "dependencies":
{ "cadence": "0.0.23"
}
, "devDependencies":
{ "mysql": "~0"
, "pg": ">=0"
, "proof": "0.0.32"
}
, "scripts" : { "test": "proof platform win32 && proof test */*/*.t.js || t/test" }
}

0 comments on commit 75a3172

Please sign in to comment.