forked from balderdashy/waterline-schema
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 947 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
37
38
39
40
41
42
43
44
{
"name": "waterline-schema",
"description": "The core schema builder used in the Waterline ORM.",
"version": "0.2.0",
"contributors": [
{
"name": "particlebanana",
"github": "https://github.com/particlebanana"
}
],
"dependencies": {
"lodash": "3.10.1"
},
"devDependencies": {
"mocha": "2.4.5"
},
"keywords": [
"mvc",
"sails",
"sailsjs",
"sails.js",
"orm",
"waterline",
"active-record"
],
"repository": "git://github.com/balderdashy/waterline-schema.git",
"homepage": "http://github.com/balderdashy/waterline-schema",
"main": "lib/waterline-schema.js",
"scripts": {
"test": "make test"
},
"engines": {
"node": "*"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/balderdashy/waterline-schema/blob/master/LICENSE.md"
}
],
"bugs": {
"url": "https://github.com/balderdashy/waterline-schema/issues/new"
}
}