forked from gmsewell6/hapi-sequelize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.04 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
{
"name": "ent-hapi-sequelize",
"version": "1.2.1",
"description": "Sequelize utilities for hapi",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha test --reporter progress --recursive"
},
"repository": {
"type": "git",
"url": "https://github.com/entrinsik-org/hapi-sequelize"
},
"author": "",
"license": "MIT",
"devDependencies": {
"chai": "^2.1.1",
"gulp": "^3.8.11",
"gulp-bump": "^0.2.2",
"gulp-filter": "^2.0.2",
"gulp-git": "^1.1.0",
"gulp-istanbul": "^0.6.0",
"gulp-jshint": "^1.9.2",
"gulp-mocha": "^2.0.0",
"gulp-tag-version": "^1.2.1",
"hapi": "^8.2.0",
"inject-then": "^2.0.0",
"jshint-stylish": "^1.0.1",
"mocha": "^2.2.1",
"pg": "^4.3.0",
"pg-hstore": "^2.3.1",
"pg-native": "^1.8.0",
"sinon": "^1.13.0",
"sinon-chai": "^2.7.0"
},
"dependencies": {
"boom": "^2.6.1",
"ent-utils": "^1.0.1",
"glib": "0.0.3",
"joi": "^5.1.0",
"lodash": "^3.5.0",
"sequelize": "^2.0.4"
}
}