Navigation Menu

Skip to content

Commit

Permalink
updated to list dependencies as ender-js expects (with versions)
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ ONeal committed Aug 2, 2011
1 parent eb58b32 commit 2e6471c
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 574 deletions.
42 changes: 24 additions & 18 deletions lib/package.json
@@ -1,21 +1,27 @@
{
"name" : "jsonapi",
"author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.info)",
"name": "jsonapi",
"description" : "Create API scaffolds from JSON documents.",
"url" : "http://github.com/coolaj86/jsonapi/",
"keywords" : [
"ender"
, "api"
, "rest"
, "server"
, "client"
, "browser"
],
"author" : "AJ ONeal <coolaj86@gmail.com>",
"contributors" : [],
"dependencies" : [
"ahr2"
, "future"
],
"main" : "./jsonapi",
"version" : "0.2.1"
"version": "0.2.2",
"repository": {
"type": "git",
"url": "git://github.com/coolaj86/jsonapi.git"
},
"keywords": [
"ender"
, "api"
, "rest"
, "server"
, "client"
, "browser"
],
"main": "jsonapi.js",
"engines": {
"node": ">= 0.2.0"
},
"dependencies": {
"ahr2": ">= 2.1.0"
, "future": ">= 2.1.0"
},
"devDependencies": {}
}
1 change: 0 additions & 1 deletion vendor/ahr
Submodule ahr deleted from 816620
1 change: 0 additions & 1 deletion vendor/futures
Submodule futures deleted from 428616

0 comments on commit 2e6471c

Please sign in to comment.