UNPKG

1.53 kBJSONView Raw
1{
2 "name": "@volebo/volebo-express",
3 "version": "0.3.1",
4 "description": "ExpressJS server for volebo.net",
5 "main": "index.js",
6 "scripts": {
7 "test": "`npm bin`/mocha",
8 "lint": "`npm bin`/eslint ./",
9 "coverage": "`npm bin`/istanbul cover `npm bin`/_mocha -- --reporter min"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/volebo/volebo-express.git"
14 },
15 "keywords": [
16 "express",
17 "expressjs",
18 "volebo.net",
19 "volebo"
20 ],
21 "author": {
22 "name": "volebo",
23 "url": "http://volebo.net"
24 },
25 "contributors": [
26 {
27 "name": "Koryukov Maksim",
28 "email": "maxkoryukov@gmail.com"
29 }
30 ],
31 "os": [
32 "linux"
33 ],
34 "engines": {
35 "node": ">=4.0.0",
36 "npm": ">=3.0.0"
37 },
38 "license": "GPL-3.0",
39 "bugs": {
40 "url": "https://github.com/volebo/volebo-express/issues"
41 },
42 "homepage": "https://github.com/volebo/volebo-express",
43 "dependencies": {
44 "body-parser": "~1.15.1",
45 "debug": "^2.4.5",
46 "dotenv": "^2.0.0",
47 "express": "^4.14.0",
48 "express-handlebars": "^3.0.0",
49 "express-mw-lang": "^1.3.0",
50 "express-session": "^1.14.1",
51 "handlebars-intl": "^1.1.2",
52 "helmet": "^3.1.0",
53 "intl": "^1.2.5",
54 "js-yaml": "^3.6.1",
55 "lodash": "^4.16.4",
56 "moment": "^2.15.1",
57 "morgan": "~1.7.0",
58 "passport": "^0.3.2"
59 },
60 "devDependencies": {
61 "chai": "3.x",
62 "eslint": "3.x",
63 "eslint-config-volebo": "^2.0.0",
64 "istanbul": "0.4.x",
65 "mocha": "3.x",
66 "supertest": "2.x"
67 }
68}