-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.45 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
{
"name": "@gyselroth/balloon-node-sync",
"version": "0.6.7",
"description": "Sync client for balloon",
"author": "gyselroth GmbH <[email protected]>",
"copyright": "© 2017-2019, gyselroth GmbH",
"homepage": "https://www.gyselroth.com",
"license": "MIT",
"main": "index.js",
"directories": {
"test": "tests"
},
"bugs": {
"url": "https://github.com/gyselroth/balloon-node-sync/issues"
},
"scripts": {
"test": "npm run test-unit && npm run test-integration",
"test-integration": "cross-env FILENAMES_FIRST=true STACK_LIMIT=10 mocha tests/integration/*.js --reporter dot --require mocha-clean --bail --timeout 10000",
"test-unit": "cross-env FILENAMES_FIRST=true STACK_LIMIT=1 mocha tests/unit/*.js --reporter dot --require mocha-clean --bail --timeout 10000"
},
"repository": {
"type": "git",
"url": "git://github.com/gyselroth/balloon-node-sync.git"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-sinon": "^2.8.1",
"cross-env": "^6.0.3",
"md5": "^2.2.1",
"mocha": "^7.0.0",
"mocha-clean": "^1.0.0",
"mockdate": "^2.0.5",
"request-debug": "^0.2.0",
"sinon": "^8.0.4"
},
"dependencies": {
"async": "^2.6.1",
"dateformat": "^3.0.3",
"escape-string-regexp": "^2.0.0",
"fs-extra": "^7.0.1",
"md5-file": "^4.0.0",
"nedb": "^1.8.0",
"nsfw": "^1.2.6",
"request": "^2.88.0",
"unorm": "^1.6.0",
"uuid4": "^1.1.4",
"winston": "^3.2.1"
}
}