-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.42 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": "mongoose-by-hash",
"version": "1.1.1",
"description": "A plugin to use hashes as the main method ",
"main": "index.js",
"scripts": {
"ncu": "./node_modules/.bin/ncu -u",
"dev": "clear && export NODE_ENV=development && npm install && npm update && ./node_modules/.bin/nodemon",
"test": "clear && export NODE_ENV=development && npm install && ./node_modules/.bin/mocha --reporter spec --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kubide/mongoose-by-hash.git"
},
"directories": {
"lib": "./lib"
},
"keywords": [
"mongoose",
"hash",
"shortid"
],
"author": "Kubide <[email protected]> (http://kubide.es)",
"contributors": [
"Ángel Luis Quesada <[email protected]> (http://gelito.me)",
"Eneko Lakasta <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Kubide/mongoose-by-hash/issues"
},
"homepage": "https://github.com/Kubide/mongoose-by-hash#readme",
"engines": {
"node": ">= 4.4.2"
},
"dependencies": {
"express": "^4.16.3",
"lodash": "^4.17.5",
"mongoose": "^5.2.5",
"nodemon": "^1.17.3",
"npm-check-updates": "^2.14.1",
"shortid": "^2.2.12",
"uuid": "^3.3.2"
},
"devDependencies": {
"chai": "^4.1.2",
"express": "^4.13.4",
"mocha": "^5.0.5",
"nodemon": "^1.7.1",
"npm-check-updates": "^2.6.1",
"supertest": "^3.0.0"
}
}