-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (63 loc) · 1.68 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
63
{
"name": "@internalfx/freeswitch-integration-server",
"publishConfig": {
"access": "public"
},
"description": "An open source API server for FreeSwitch",
"version": "0.1.8",
"homepage": "https://github.com/internalfx/freeswitch-integration-server",
"author": {
"name": "Bryan Morris",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/internalfx/freeswitch-integration-server.git"
},
"bugs": {
"url": "https://github.com/internalfx/freeswitch-integration-server/issues"
},
"preferGlobal": true,
"bin": {
"fsis": "./bin/fsis"
},
"main": "app.js",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
"@babel/register": "^7.4.4",
"@fortawesome/fontawesome-free": "^5.9.0",
"@internalfx/substruct": "^3.0.0",
"@nuxtjs/apollo": "^4.0.0-rc6",
"@nuxtjs/auth": "^4.6.6",
"@nuxtjs/axios": "^5.5.4",
"apollo-server-koa": "^2.6.2",
"app-root-path": "^2.2.1",
"core-js": "2",
"del": "^4.1.1",
"ejs": "^2.6.1",
"google-libphonenumber": "^3.2.2",
"graphql": "^14.3.1",
"modesl": "^1.2.0",
"moment": "^2.24.0",
"nedb": "^1.8.0",
"node-sass": "^4.12.0",
"nuxt": "^2.8.1",
"path-to-regexp": "^3.0.0",
"promise-retry": "^1.1.1",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"require-all": "^3.0.0",
"sass-loader": "^7.1.0",
"sox.js": "^2.1.0",
"vuetify": "^1.5.14",
"vuex-map-fields": "^1.3.4"
},
"devDependencies": {
"eslint": "^4.0.0",
"eslint-plugin-html": "^4.0.5",
"eslint-plugin-vue": "^4.7.1",
"standard": "^12.0.1"
}
}