forked from Atlantis-Software/offshore-adapter-tests
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.17 KB
/
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
40
41
42
43
44
45
46
47
{
"name": "offshore-adapter-tests",
"description": "Integration tests for offshore adapters",
"version": "0.0.9",
"contributors": [
{
"name": "Alexandre Tiertant",
"github": "https://github.com/atiertant"
}
],
"dependencies": {
"async": "1.5.2",
"bluebird": "3.2.1",
"lodash": "3.10.1",
"mocha": "2.4.5",
"offshore-memory": "Atlantis-Software/offshore-memory",
"should": "8.2.1",
"offshore": "Atlantis-Software/offshore"
},
"devDependencies": {
"jpath": "0.0.20",
"npm": "2.7.4",
"offshore-sql": "Atlantis-Software/offshore-sql"
},
"keywords": [
"orm",
"tests",
"offshore",
"adapters",
"sql"
],
"repository": "git://github.com/Atlantis-Software/offshore-adapter-tests.git",
"homepage": "http://github.com/Atlantis-Software/offshore-adapter-tests",
"main": "./lib/index.js",
"scripts": {
"test": "node test/integration/runnerDispatcher.js",
"test-load": "node test/load",
"docker": "docker-compose run adapter bash"
},
"engines": {
"node": "*"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Atlantis-Software/offshore-adapter-tests/issues/new"
}
}