-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.91 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 1.91 KB
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
60
61
62
63
64
65
66
67
68
69
70
{
"name": "retruco-api",
"version": "0.0.1",
"description": "Bring out shared positions from argumented statements",
"dependencies": {
"activator": "^3.0.0",
"ajv": "^5.5.2",
"babel-core": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"basic-auth": "^2.0.0",
"data-uri-to-buffer": "^2.0.0",
"deep-equal": "^1.0.1",
"express": "^4.16.2",
"gm": "^1.23.0",
"graphql": "^0.11.7",
"graphql-server-express": "^1.3.2",
"graphql-subscriptions": "^0.5.6",
"graphql-tools": "^2.14.1",
"graphql-type-json": "^0.1.4",
"ioredis": "^3.2.2",
"md5-file": "^3.2.3",
"node-fetch": "^1.7.3",
"nodemailer": "^4.4.1",
"pg-promise": "^7.3.2",
"quickthumb": "0.0.12",
"slug": "^0.9.1",
"subscriptions-transport-ws": "^0.9.4",
"swagger-express-middleware": "^1.0.0-alpha.12",
"url-join": "^2.0.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.1.2",
"command-line-args": "^4.0.7",
"eslint": "^4.14.0",
"eslint-plugin-babel": "^4.1.2",
"json2csv": "^3.11.5",
"nodemon": "^1.14.3",
"prettier": "^1.9.2"
},
"scripts": {
"configure": "node configure.js",
"prettier": "./node_modules/.bin/prettier --no-semi --print-width 120 --trailing-comma all --write \"scripts/*.js\" \"src/*.js\" \"src/**/*.js\"",
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "nodemon index.js"
},
"authors": [
"Paula Forteza <paula@retruco.org>",
"Emmanuel Raviart <emmanuel@retruco.org>"
],
"license": "AGPL-3.0+",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://framagit.org/retruco/retruco-api.git"
},
"keywords": [
"argument",
"discussion",
"statement",
"vote"
],
"engineStrict": true,
"engines": {
"node": ">= 5.10.0"
}
}