forked from balderdashy/waterline-adapter-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.24 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": "waterline-adapter-tests",
"description": "Integration tests for waterline adapters",
"version": "1.12.0",
"author": "Shyp Engineering <[email protected]>",
"dependencies": {
"async": "1.5.2",
"bluebird": "2.9.34",
"lodash": "3.10.1",
"mocha": "2.3.4",
"pg": "git+https://github.com/Shyp/node-postgres.git#v4.6.0",
"sails-postgresql": "git+https://github.com/Shyp/sails-postgresql.git#v1.12.0",
"should": "8",
"waterline": "git+https://github.com/Shyp/waterline.git#v3.2.0"
},
"devDependencies": {
"jpath": "^0.0.20",
"npm": "^2.14.15"
},
"keywords": [
"orm",
"tests",
"waterline",
"adapters",
"sails",
"postgresql"
],
"repository": "git://github.com/Shyp/waterline-adapter-tests.git",
"homepage": "https://github.com/Shyp/waterline-adapter-tests",
"main": "./lib/index.js",
"scripts": {
"test": "node test/integration/runnerDispatcher.js",
"test-load": "node test/load"
},
"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"
}
}