forked from balderdashy/waterline-sequel
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
29 lines (29 loc) · 795 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
{
"name": "waterline-sequel-orientdb",
"description": "A helper library for generating OrientDB SQL queries from the Waterline Query Language.",
"version": "0.1.0",
"author": "Dário Marcelino <dario@appscot.com>",
"url": "https://github.com/appscot/waterline-sequel-orientdb",
"contributors": [
{
"name": "Cody Stoltman",
"github": "https://github.com/particlebanana"
}
],
"keywords": [],
"repository": {
"type": "git",
"url": "git://github.com/appscot/waterline-sequel-orientdb.git"
},
"dependencies": {
"lodash": "~2.4.1"
},
"devDependencies": {},
"scripts": {},
"main": "sequel/index",
"directories": {
"sequel": "./sequel"
},
"license": "MIT",
"bugs": "https://github.com/appscot/waterline-sequel-orientdb/issues"
}