-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.04 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
{
"name": "riakfs",
"description": "Filesystem implementation in Riak that emulates node.js 'fs' module",
"homepage": "https://github.com/oleksiyk/riakfs",
"author": {
"name": "Oleksiy Krivoshey",
"email": "[email protected]"
},
"version": "2.6.3",
"main": "./lib/index.js",
"keywords": [
"riak",
"fs"
],
"dependencies": {
"bluebird": "^3.3.3",
"lodash": "^4.17.21",
"mime-types": "^2.1.35",
"mmmagic": "^0.5.3",
"no-riak": "^1.6.9",
"uid2": "~=0.0.3"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"eslint": "^2.13.1",
"eslint-config-magictoolbox": "^0.0.2",
"eslint-plugin-react": "^6.10.3",
"istanbul": "^0.4.2",
"mocha": "^3.1.2",
"sinon": "^2.2.0",
"sinon-chai": "^2.10.0"
},
"bugs": {
"url": "https://github.com/oleksiyk/riakfs/issues"
},
"scripts": {
"test": "make"
},
"repository": {
"type": "git",
"url": "git://github.com/oleksiyk/riakfs.git"
},
"readmeFilename": "README.md",
"license": "MIT"
}