-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
53 lines (53 loc) · 1.11 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
44
45
46
47
48
49
50
51
52
53
{
"name": "trailpack-waterline",
"version": "3.0.1",
"description": "Waterline Trailpack",
"main": "index.js",
"scripts": {
"test": "eslint . && mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trailsjs/trailpack-waterline.git"
},
"keywords": [
"trails",
"trailsjs",
"trailpack",
"waterline",
"orm",
"datastore",
"database",
"sails"
],
"author": "Trails.js Team <[email protected]>",
"contributors": [
{
"name": "Travis Webb",
"url": "http://github.com/tjwebb"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/trailsjs/trailpack-waterline/issues"
},
"homepage": "https://github.com/trailsjs/trailpack-waterline#readme",
"dependencies": {
"hoek": "^4.0.0",
"joi": "^10.0.5",
"lodash": "^4.17.2",
"trailpack": "^3",
"waterline": "^0.12.1"
},
"devDependencies": {
"eslint": "^3.17.1",
"eslint-config-trails": "^3",
"mocha": "^4",
"smokesignals": "^2.1.1",
"trails": "^3",
"waterline-sqlite3": "1.0.3"
},
"eslintConfig": {
"extends": "trails"
}
}