-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 952 Bytes
/
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
{
"name": "bifrostd",
"version": "1.0.0",
"description": "Bring files elsewhere",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "./node_modules/.bin/jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wdalmut/bifrostd.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/wdalmut/bifrostd/issues"
},
"homepage": "https://github.com/wdalmut/bifrostd#readme",
"devDependencies": {
"fs-mock": "^1.2.1",
"jasmine": "^2.5.3",
"memory-streams": "^0.1.1",
"mock-fs": "^4.4.1"
},
"dependencies": {
"aws-sdk": "^2.28.0",
"commander": "^2.11.0",
"joi": "^10.2.2",
"ls-stat": "^1.0.1",
"mkdirp": "^0.5.1",
"node-notifier": "^5.1.2",
"nodegit": "^0.18.0",
"q": "^1.4.1",
"queue-file": "0.0.3",
"rimraf": "^2.6.1",
"toiletdb": "^1.2.1",
"uuid": "^3.0.1"
}
}