This repository has been archived by the owner on Jan 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
54 lines (54 loc) · 1.48 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
54
{
"name": "dat-registry-api",
"version": "7.0.4",
"description": "A web registry API including database and REST endpoints.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/datproject/dat-registry-api.git"
},
"bugs": {
"url": "https://github.com/datproject/dat-registry-api/issues"
},
"main": "index.js",
"bin": "database/init.js",
"scripts": {
"lint": "standard",
"clean-test": "rm -rf tests/archiver && rm -rf tests/township.db && rm -rf tests/*.sqlite",
"test": "standard && npm run clean-test && NODE_ENV=test tape tests/*.js | tap-spec"
},
"devDependencies": {
"rimraf": "^2.5.4",
"standard": "^7.1.2",
"tap-spec": "^4.1.1",
"tape": "^4.6.3"
},
"dependencies": {
"async": "^2.1.4",
"body-parser": "^1.15.2",
"co-express": "^2.0.0",
"dat-encoding": "^4.0.2",
"dat-link-resolve": "^1.0.0",
"debug": "^2.6.8",
"envify": "^4.0.0",
"hypercore-archiver": "^4.1.0",
"hyperdrive": "^9.2.3",
"hyperhealth": "^2.0.0",
"is-my-json-valid": "^2.16.0",
"knex": "^0.12.6",
"level-party": "^3.0.4",
"mixpanel": "^0.7.0",
"mkdirp": "^0.5.1",
"nodemailer": "^4.0.1",
"nodemailer-mock-transport": "^1.3.0",
"pump": "^1.0.2",
"range-parser": "^1.2.0",
"response": "^0.18.0",
"sqlite3": "^3.1.8",
"township": "^2.0.0",
"township-reset-password-token": "^1.0.0",
"uparams": "^1.3.1",
"uuid": "^3.0.1",
"xtend": "^4.0.1"
}
}