forked from jdrouet/loopback-component-storage-mongo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.5 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.5 KB
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
{
"name": "loopback-component-storage-mongo",
"version": "1.0.3",
"description": "",
"main": "lib/index.js",
"scripts": {
"pretest": "mongo test_authenticated --eval 'db.addUser(\"username\", \"password\");'; echo",
"test": "COFFEECOV_INIT_ALL=false mocha 'test/{,**/}*.coffee'",
"posttest": "istanbul report",
"build": "gulp",
"watch": "gulp watch"
},
"keywords": [
"loopback",
"mongodb",
"mongo",
"gridfs",
"connector",
"storage"
],
"author": "Jérémie Drouet <jeremie.drouet@gmail.com>",
"license": "ISC",
"dependencies": {
"async": "^1.5.2",
"bluebird": "^3.0.6",
"busboy": "^0.2.11",
"debug": "^2.2.0",
"formidable": "^1.0.17",
"gridfs-stream": "^1.1.1",
"lodash": "^3.10.1",
"loopback-connector": "^2.3.0",
"mongodb": "^2.0.45",
"string_decoder": "^0.10.31"
},
"devDependencies": {
"chai": "^3.3.0",
"codecov.io": "^0.1.6",
"coffee-coverage": "^0.6.3",
"coffee-script": "^1.10.0",
"compression": "^1.0.3",
"cors": "^2.5.2",
"gulp": "^3.9.0",
"gulp-coffee": "^2.3.1",
"gulp-mocha": "^2.1.3",
"gulp-plumber": "^1.0.1",
"gulp-util": "^3.0.6",
"istanbul": "^0.3.22",
"jshint": "^2.5.6",
"loopback": "^2.22.0",
"loopback-boot": "^2.6.5",
"loopback-component-explorer": "^2.1.0",
"loopback-datasource-juggler": "^2.39.0",
"mocha": "^2.3.3",
"mongodb": "^2.0.45",
"serve-favicon": "^2.0.1",
"superagent": "^1.4.0",
"supertest": "^1.1.0"
}
}