This repository has been archived by the owner on Oct 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
59 lines (59 loc) · 1.58 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
{
"name": "loopback-component-storage-mongo",
"version": "1.5.1",
"description": "",
"main": "lib/index.js",
"scripts": {
"pretest": "mongo admin --eval 'db.createUser({\"user\":\"username\", \"pwd\":\"password\",\"roles\":[{\"role\":\"readWrite\",\"db\":\"test_authenticated\"}]});'; 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 <[email protected]>",
"license": "ISC",
"dependencies": {
"async": "^2.0.0-rc.2",
"bluebird": "^3.3.4",
"busboy": "^0.2.13",
"debug": "^2.2.0",
"formidable": "^1.0.17",
"gridfs-stream": "^1.1.1",
"lodash": "^4.6.1",
"loopback-connector": "^2.3.0",
"mongodb": "^2.1.11",
"string_decoder": "^0.10.31"
},
"devDependencies": {
"chai": "^3.5.0",
"codecov.io": "^0.1.6",
"coffee-coverage": "^1.0.1",
"coffee-script": "^1.10.0",
"compression": "^1.6.1",
"cors": "^2.7.1",
"gulp": "^3.9.1",
"gulp-coffee": "^2.3.1",
"gulp-mocha": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-util": "^3.0.7",
"istanbul": "^0.4.2",
"jshint": "^2.9.1",
"loopback": "^2.27.0",
"loopback-boot": "^2.17.0",
"loopback-component-explorer": "^2.4.0",
"loopback-datasource-juggler": "^2.45.2",
"mocha": "^2.4.5",
"mongodb": "^2.1.11",
"serve-favicon": "^2.3.0",
"superagent": "^1.8.2",
"supertest": "^1.2.0"
}
}