-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.08 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
{
"name": "graysql-orm-loader-waterline",
"version": "0.1.0",
"description": "Waterline translator for graysql-orm-loader.",
"main": "index.js",
"scripts": {
"test": "npm run lint && mocha --check-leaks -t 5000 test/index.js",
"cover": "npm run lint && istanbul cover _mocha -- --check-leaks -t 5000 -b -R spec test/index.js",
"lint": "eslint index.js src/"
},
"keywords": [
"graphql",
"graysql",
"graysql-extension",
"waterline"
],
"contributors": [
"Lorenzo Ruiz <lars.bs@hotmail.com>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/larsbs/graysql-orm-loader-waterline.git"
},
"peerDependencies": {
"graysql": "^0.4.1",
"graysql-orm-loader": "^0.1.3"
},
"dependencies": {},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^1.10.3",
"graphql": "^0.4.14",
"graphql-relay": "^0.3.6",
"graysql": "^0.4.1",
"graysql-orm-loader": "^0.1.3",
"istanbul": "^0.4.2",
"mocha": "^2.4.5",
"rmdir": "^1.2.0",
"sails-disk": "^0.10.8",
"waterline": "^0.10.31"
}
}