forked from balderdashy/waterline-adapter-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 932 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": "0.10.8",
"author": "Cody Stoltman <[email protected]>",
"dependencies": {
"mocha": "~1.12.1",
"lodash": "~1.3.1",
"waterline": "~0.10.0",
"async": "~0.2.9",
"should": "~3.1.2"
},
"keywords": [
"orm",
"tests",
"waterline",
"adapters",
"sails",
"mysql",
"postgresql",
"mongo"
],
"repository": "git://github.com/balderdashy/waterline-adapter-tests.git",
"homepage": "http://github.com/balderdashy/waterline-adapter-tests",
"main": "./lib/index.js",
"scripts": {},
"engines": {
"node": "*"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/balderdashy/waterline-adapter-tests/blob/master/LICENSE.md"
}
],
"bugs": {
"url": "https://github.com/balderdashy/waterline-adapter-tests/issues/new"
}
}