Skip to content
This repository has been archived by the owner on Nov 5, 2018. It is now read-only.

Commit

Permalink
[packag] formatted package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dscape committed Sep 21, 2011
1 parent 1c2bf7b commit 3115ebe
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
@@ -1,14 +1,14 @@
{ "name": "nano"
, "description": "minimalistic couchdb driver for node.js"
, "homepage": "http://github.com/dscape/nano"
, "repository": "git://github.com/dscape/nano"
, "version": "0.9.1"
, "author": "Nuno Job <nunojobpinto@gmail.com> (http://nunojob.com)"
, "contributors": ["Thiago Arrais <thiago.arrais@gmail.com> (http://thiagoarrais.com)"]
, "keywords": ["couchdb", "data", "request", "json", "nosql", "micro", "nano"]
, "dependencies": {"request": "~2.1.1", "underscore": "~1.1.7"}
, "devDependencies": { "async": "~0.1.9", "ensure": "0.1.x" }
, "scripts": { "test": "./tests/run" }
, "main": "./nano.js"
, "engines" : { "node": ">=0.3.6" }
{ "name" : "nano"
, "description" : "minimalistic couchdb driver for node.js"
, "homepage" : "http://github.com/dscape/nano"
, "repository" : "git://github.com/dscape/nano"
, "version" : "0.9.1"
, "author" : "Nuno Job <nunojobpinto@gmail.com> (http://nunojob.com)"
, "contributors" : ["Thiago Arrais <thiago.arrais@gmail.com> (http://thiagoarrais.com)"]
, "keywords" : ["couchdb", "data", "request", "json", "nosql", "micro", "nano"]
, "dependencies" : {"request": "~2.1.1", "underscore": "~1.1.7"}
, "devDependencies" : { "async": "~0.1.9", "ensure": "0.1.x" }
, "scripts" : { "test": "./tests/run" }
, "main" : "./nano.js"
, "engines" : { "node": ">=0.3.6" }
}

0 comments on commit 3115ebe

Please sign in to comment.