-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.33 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.33 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
{
"name": "df-storage",
"version": "1.0.0",
"description": "A node.js module for the file storage management",
"main": "lib/index.js",
"scripts": {
"test": "grunt test"
},
"keywords": [
"storage",
"gridfs",
"mongodb",
"file storage"
],
"author": {
"name": "Davide Fiorello",
"email": "davide@codeflyer.com",
"url": "http://github.com/codeflyer/"
},
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/codeflyer/DFStorage/issues"
},
"homepage": "https://github.com/codeflyer/DFStorage",
"repository": {
"type": "git",
"url": "git://github.com/codeflyer/DFStorage"
},
"dependencies": {
"bluebird": "^3.5.1",
"codeflyer-errorx": "^0.1.2",
"config": "^1.8.1",
"gridfs-stream": "^1.1.1",
"grunt": "^1.0.1",
"log4js": "^2.3.10",
"mongodb": "^2.2.33",
"node-fs": "^0.1.7",
"semaphore": "^1.0.1"
},
"devDependencies": {
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-jscs": "^3.0.1",
"grunt-mocha-istanbul": "^5.0.2",
"grunt-mocha-test": "^0.13.3",
"grunt-plato": "^1.3.0",
"istanbul": "*",
"mocha": "^4.0.1",
"node-mocks-http": "^1.2.1",
"pow-mongodb-fixtures": "^0.14.0",
"readyness": "^0.1.0",
"should": "^13.1.2",
"sinon": "^1.9.1"
}
}