-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
30 lines (27 loc) · 1003 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{ "name": "txn"
, "version": "0.2.16"
, "author": { "name": "Jason Smith"
, "email": "[email protected]"
, "url" : "http://www.iriscouch.com/"
}
, "description": "Process and update CouchDB data in atomic, all-or-nothing transactions"
, "tags" : ["couchdb", "transaction", "transactions"]
, "homepage": "http://github.com/nodejitsu/txn"
, "repository": { "type": "git"
, "url": "git://github.com/nodejitsu/txn" }
, "engines": [ "node" ]
, "scripts": { "test": "node test/run.js"
}
, "dependencies" : { "defaultable" : "~0.7.2"
, "request" : "^2.48.0"
, "browser-request": "~0.2.1"
, "debug" : "^2.1.0"
, "obj_diff" : "~0.2.0"
}
, "devDependencies": { "log4js" : "~0.6.4"
}
, "browser": { "request" : "browser-request"
}
, "main": "api.js"
, "license": "Apache 2.0"
}