-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·62 lines (62 loc) · 1.47 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
60
61
62
{
"name": "magic",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "gulp test",
"build": "gulp build",
"build-production": "gulp build --production",
"start": "node server/processes/web",
"code-style": "gulp code-style"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tt1991/magic"
},
"keywords": [],
"author": "",
"license": "UNLICENSED",
"dependencies": {
"@emartech/me-psql-query-builder": "1.0.0",
"amqplib": "0.5.1",
"basic-auth": "1.1.0",
"boar-server": "5.0.2",
"co": "4.6.0",
"co-functional": "0.2.1",
"dotenv": "4.0.0",
"koa": "2.2.0",
"koa-ssl": "2.0.0",
"lodash": "4.17.21",
"optimist": "0.6.1",
"pg": "5.2.1",
"pg-escape": "0.2.0",
"pg-promise": "5.8.1",
"request": "2.81.0",
"request-promise": "4.2.1",
"say": "0.11.0",
"sequelize": "6.29.0",
"sequelize-cli": "2.7.0",
"shelljs": "0.8.5",
"throng": "4.0.0",
"youtube-node": "^1.3.2"
},
"engines": {
"node": "8.1.4"
},
"devDependencies": {
"boar-tasks-server": "9.0.1",
"chai": "4.0.1",
"chai-string": "1.3.0",
"chai-subset": "1.5.0",
"eslint-config-emarsys": "4.0.0",
"eslint-plugin-mocha": "4.9.0",
"eslint-plugin-no-only-tests": "1.1.0",
"eslint-plugin-security": "1.3.0",
"gulp": "3.9.1",
"run-sequence": "1.2.2",
"sinon": "2.3.2",
"sinon-chai": "2.10.0",
"supertest": "3.0.0"
}
}