-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 941 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 941 Bytes
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
{
"name": "hashdo-db-mongo",
"description": "#Do database implementation to save card state to MongoDB.",
"version": "0.3.28",
"author": "HashDo <info@hashdo.com>",
"license": "Apache-2.0",
"keywords": ["hashdo", "cards"],
"repository": {
"type": "git",
"url": "https://github.com/UXFoundry/hashdo-db-mongo.git"
},
"bugs": {
"url": "https://github.com/UXFoundry/hashdo-db-mongo/issues"
},
"dependencies": {
"async": "2.5.0",
"cuid": "1.3.8",
"jsonwebtoken": "8.1.0",
"lodash": "4.17.4",
"mongoose": "4.12.4"
},
"devDependencies": {
"del": "3.0.0",
"gulp": "gulpjs/gulp#4.0",
"gulp-bump": "2.8.0",
"gulp-doxx": "0.0.5",
"gulp-jsbeautifier": "2.1.1",
"gulp-jshint": "2.0.4",
"gulp-load-plugins": "1.5.0",
"gulp-watch": "4.3.11",
"jshint": "2.9.5",
"jshint-stylish": "2.2.1"
},
"engines": {
"node": ">=0.12.0"
},
"main": "index.js"
}