-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 928 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
{
"name": "any-db-adapter-spec",
"version": "2.1.2",
"description": "Specification and test suite for any-db adapters",
"main": "test-any-db-adapter.js",
"bin": {
"test-any-db-adapter": "bin/test-any-db-adapter"
},
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "https://github.com/grncdr/node-any-db-adapter-spec.git"
},
"bugs": {
"url": "https://github.com/grncdr/node-any-db-adapter-spec/issues"
},
"dependencies": {
"config-chain": "~1.1.8",
"optimist": "~0.6.0",
"require-all": "0.0.8",
"camelize": "~0.1.2",
"for-each": "~0.1.0",
"arrayify": "~1.0.0",
"tape": "~2.3.2",
"parse-db-url": "0.0.0",
"assert-in-order": "0.0.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Stephen Sugden <[email protected]>",
"license": "BSD-2-Clause"
}