-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.62 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
54
55
56
57
58
59
60
61
62
63
64
{
"name": "@hoist/model",
"version": "2.1.8",
"description": "The Hoist Model",
"main": "lib/index.js",
"scripts": {
"test": "gulp test",
"prepublish": "gulp clean && gulp build"
},
"repository": {
"type": "git",
"url": "[email protected]:hoist/hoist-model.git"
},
"author": "Hoist Apps Ltd",
"license": "ISC",
"bugs": {
"url": "https://github.com/hoist/hoist-model/issues"
},
"homepage": "https://github.com/hoist/hoist-model",
"devDependencies": {
"babel-core": "^6.7.2",
"babel-eslint": "^6.0.2",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.7.2",
"chai": "^3.5.0",
"chai-as-promised": "^5.2.0",
"del": "^2.2.0",
"esdoc": "^0.4.6",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^2.0.0",
"gulp-istanbul": "^0.10.3",
"gulp-mocha": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-sourcemaps": "^1.6.0",
"isparta": "^4.0.0",
"mocha": "^2.4.5",
"mocha-notifier-reporter": "^0.1.1",
"moment": "^2.12.0",
"mongodb": "^2.1.7",
"node-notifier": "^4.5.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.5",
"sinon": "^1.17.3",
"sinon-chai": "^2.5.0"
},
"peerDependencies": {
"@hoist/errors": "^2.0.0-pre.1"
},
"dependencies": {
"@hoist/errors": "^2.0.1",
"@hoist/mongoose-delete": "^1.0.0",
"@hoist/mongoose-shortid": "^1.0.1",
"bcrypt": "^0.8.1",
"bluebird": "^3.3.4",
"config": "^1.19.0",
"keygenerator": "^1.0.2",
"lodash": "^4.7.0",
"mongoose": "^4.4.11",
"mongoose-timestamp": "^0.5.0",
"moniker": "^0.1.2",
"validator": "^5.1.0"
}
}