forked from balderdashy/waterline-sequel
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.01 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.01 KB
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.5.0",
"author": "Cody Stoltman <particlebanana@gmail.com>",
"url": "http://github.com/balderdashy/waterline-sequel",
"keywords": [],
"repository": {
"type": "git",
"url": "git://github.com/balderdashy/waterline-sequel.git"
},
"dependencies": {
"lodash": "~3.10.0"
},
"devDependencies": {
"async": "^0.9.0",
"chai": "^2.1.1",
"jpath": "^0.0.20",
"mocha": "^2.2.1",
"npm": "^2.7.4",
"sails-mysql": "git://github.com/balderdashy/sails-mysql",
"sails-postgresql": "git://github.com/balderdashy/sails-postgresql",
"should": "^5.2.0",
"waterline-adapter-tests": "^0.10.8"
},
"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"
}