-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
39 lines (39 loc) · 970 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": "waterline-adapter-tests",
"description": "Integration tests for waterline adapters",
"version": "1.0.1",
"author": "Cody Stoltman <[email protected]>",
"dependencies": {
"@sailshq/lodash": "3.10.2",
"async": "2.0.1",
"bluebird": "3.2.1",
"mocha": "3.0.2",
"waterline": "balderdashy/waterline",
"waterline-utils": "^1.3.2"
},
"keywords": [
"orm",
"tests",
"waterline",
"adapters",
"sails",
"mysql",
"postgresql",
"mongo"
],
"repository": "git://github.com/balderdashy/waterline-adapter-tests.git",
"homepage": "https://github.com/balderdashy/waterline-adapter-tests",
"main": "./lib/index.js",
"scripts": {
"test": "mocha test",
"test-load": "node test/load",
"docker": "docker-compose run adapter bash"
},
"engines": {
"node": "*"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/balderdashy/waterline-adapter-tests/issues/new"
}
}