-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 929 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
31
32
33
34
35
36
37
38
39
{
"name": "any-db-transaction",
"version": "2.2.2",
"description": "Transaction object for Any-DB adapters",
"main": "transaction.js",
"dependencies": {
"inherits": "~2.0.1",
"yafsm": "0.0.0",
"once": "~1.3.0"
},
"devDependencies": {
"any-db-postgres": "~2.1.0",
"any-db-sqlite3": "~2.1.0",
"any-db-mysql": "~2.1.0",
"tape": "~2.3.2",
"any-db-fake": "~0.0.3",
"any-db-adapter-spec": "~2.1.0",
"assert-in-order": "0.0.1",
"covert": "~0.2.0"
},
"scripts": {
"test": "tape tests/*.js",
"covert": "covert tests/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/grncdr/node-any-db-transaction.git"
},
"keywords": [
"any-db",
"transaction",
"sql"
],
"author": "Stephen Sugden <[email protected]>",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/grncdr/node-any-db-transaction/issues"
}
}