-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 950 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
{
"name": "eos-activation-server",
"version": "0.0.1",
"description": "Server for management of activation requests",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "./node_modules/.bin/mocha --recursive --check-leaks --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/endlessm/eos-activation-server.git"
},
"author": "Endless OS Maintainers <maintainers@endlessos.org>",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/endlessm/eos-activation-server/issues"
},
"homepage": "https://github.com/endlessm/eos-activation-server",
"dependencies": {
"body-parser": "^1.17.1",
"express": "^4.21.1",
"geoip-lite": "^1.2.0",
"ioredis": "^5.4.1",
"jsonschema": "^1.1.0",
"winston": "^3.17.0"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-datetime": "^1.8.1",
"mocha": "^10.8.2",
"supertest": "^7.0.0"
}
}