forked from balderdashy/waterline-sequel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 962 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
{
"name": "waterline-sequel",
"description": "A helper library for generating SQL queries from the Waterline Query Language.",
"version": "0.6.4",
"author": "Cody Stoltman <[email protected]>",
"url": "http://github.com/balderdashy/waterline-sequel",
"keywords": [],
"repository": {
"type": "git",
"url": "git://github.com/balderdashy/waterline-sequel.git"
},
"dependencies": {
"lodash": "3.10.1"
},
"devDependencies": {
"async": "2.0.1",
"chai": "3.5.0",
"jpath": "0.0.20",
"mocha": "3.0.2",
"npm": "2.15.6",
"sails-mysql": "^0.11.5",
"sails-postgresql": "^0.11.4",
"should": "9.0.0",
"waterline-adapter-tests": "^0.12.1"
},
"scripts": {
"test": "make test",
"test-integration": "make test-integration"
},
"main": "sequel/index",
"directories": {
"sequel": "./sequel"
},
"license": "MIT",
"bugs": "https://github.com/balderdashy/waterline-sequel/issues"
}