-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.27 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
55
56
57
58
59
{
"name": "varnalab-api",
"version": "1.0.0",
"private": true,
"description": "VarnaLab API",
"keywords": [],
"license": "MIT",
"homepage": "https://api.varnalab.org",
"author": "Simeon Velichkov <[email protected]> (https://simov.github.io)",
"repository": {
"type": "git",
"url": "https://github.com/varnalab/varnalab-api.git"
},
"dependencies": {
"@purest/providers": "^1.0.1",
"@request/client": "^0.1.0",
"body-parser": "^1.17.2",
"express": "^4.15.3",
"gravatar-url": "^2.0.0",
"jws": "^3.1.4",
"minimist": "^1.2.0",
"mithril": "^1.1.3",
"mithril-node-render": "^2.1.0",
"purest": "^3.1.0",
"qs": "^6.5.0",
"uuid": "^3.1.0"
},
"devDependencies": {
"@request/log": "^0.1.0",
"coveralls": "^2.13.1",
"express-session": "^1.15.4",
"grant": "^3.8.0",
"istanbul": "^0.4.5",
"mocha": "^3.4.2",
"tough-cookie": "^2.3.2"
},
"bin": {
"varnalab-api": "./bin/"
},
"main": "./",
"files": [
"bin/",
"lib/",
"mw/",
"route/",
"LICENSE",
"README.md",
"index.js"
],
"scripts": {
"test": "npm run test-ci",
"test-ci": "mocha test/",
"test-cov": "istanbul cover _mocha"
},
"engines": {
"node": "^8.0.0",
"npm": "^5.0.0"
}
}