forked from BrianSilvia/fs-s3-mongo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.42 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
{
"name": "fs-s3-mongo",
"version": "0.0.1",
"description": "Wrapper for the s3 client and mongo interface for use with the http-fs-node module",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js",
"eslint-pre-commit": "./scripts/eslint-pre-commit",
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Brinkbit/fs-s3-mongo.git"
},
"author": "Brinkbit",
"license": "MIT",
"bugs": {
"url": "https://github.com/Brinkbit/http-fs-node/issues"
},
"homepage": "https://github.com/Brinkbit/http-fs-node#readme",
"dependencies": {
"aws-sdk": "^2.2.6",
"fs-brinkbit-permisions": "github:Brinkbit/fs-brinkbit-permissions",
"http-server": "^0.8.5",
"mime": "^1.3.4",
"mongoose": "^4.4.5",
"s3": "^4.4.0"
},
"pre-commit": [
"eslint-pre-commit"
],
"devDependencies": {
"babel-eslint": "^4.1.3",
"brinkbit-style-es6": "^1.0.3",
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"eslint": "^1.6.0",
"eslint-config-airbnb": "^0.1.0",
"eslint-plugin-react": "^3.5.1",
"faker": "^3.0.1",
"grunt": "^0.4.5",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^17.2.0",
"grunt-mocha-test": "^0.12.7",
"load-grunt-tasks": "^3.3.0",
"mocha": "^2.3.2",
"path": "^0.12.7",
"pre-commit": "^1.1.1",
"sinon": "^1.16.1",
"sinon-chai": "^2.8.0",
"supertest": "^1.1.0"
}
}