-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 979 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 979 Bytes
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
{
"name": "editdata-api",
"version": "1.0.0",
"description": "API server for app.editdata.org",
"main": "index.js",
"scripts": {
"test": "node tests/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/editdata/editdata-api.git"
},
"keywords": [
"editdata",
"csv",
"json",
"data"
],
"author": "sethvincent",
"license": "ISC",
"bugs": {
"url": "https://github.com/editdata/editdata-api/issues"
},
"homepage": "https://github.com/editdata/editdata-api#readme",
"devDependencies": {
"memdb": "^1.3.1",
"standard": "^8.6.0",
"tap-spec": "^4.1.1",
"tape": "^4.6.3"
},
"dependencies": {
"appa": "^6.0.0",
"corsify": "^2.1.0",
"elasticsearch": "^12.1.3",
"exit": "^0.1.2",
"level-model": "^3.0.2",
"level-party": "^3.0.4",
"township": "^2.0.0",
"township-email": "^1.0.0",
"township-reset-password-token": "^1.0.0",
"xtend": "^4.0.1"
}
}