This repository was archived by the owner on May 18, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
102 lines (102 loc) · 3.49 KB
/
package.json
File metadata and controls
102 lines (102 loc) · 3.49 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "Packix",
"version": "1.0.0",
"main": "server/server.js",
"engines": {
"node": ">=4"
},
"scripts": {
"lint": "eslint .",
"start": "node .",
"posttest": "npm run lint && nsp check",
"build:sdk:admin": "./node_modules/@mean-expert/loopback-sdk-builder/bin/lb-sdk ./server/server.js ./admin/src/app/shared/sdk",
"build:sdk:client": "./node_modules/@mean-expert/loopback-sdk-builder/bin/lb-sdk ./server/server.js ./client/shared/sdk -l react -i disabled -t false",
"build:admin": "cd ./admin && npm run deploy cd ../",
"build:client": "cd ./client && npm run build && cd ../",
"build": "npm run build:sdk:admin && npm run build:sdk:client && cd admin && npm run deploy && cd ../client && npm run build && cd ../"
},
"dependencies": {
"@mean-expert/loopback-sdk-builder": "git://github.com/ioscreatix/loopback-sdk-builder.git#development",
"aguid": "^2.0.0",
"ar": "0.0.1",
"ar-async": "^0.1.4",
"body-parser": "^1.17.1",
"busboy": "^0.2.14",
"compression": "^1.0.3",
"compressjs": "^1.0.3",
"concat-stream": "^1.6.0",
"connect": "^3.6.1",
"connect-mongo": "^2.0.0",
"connect-mongodb-session": "^1.4.0",
"cookie": "^0.3.1",
"cookie-parser": "^1.4.3",
"cors": "^2.5.2",
"deb-version-compare": "^1.2.1",
"debian-control-parser": "git+https://github.com/ioscreatix/debian-control-parser.git",
"ect": "^0.5.9",
"express-session": "^1.15.2",
"form-data": "^2.3.1",
"fs-extra": "^0.30.0",
"gunzip-maybe": "^1.4.1",
"hash-files": "^1.1.1",
"helmet": "^1.3.0",
"ip-country": "^1.0.2",
"jsonapi-datastore": "^0.4.0-beta",
"loopback": "^3.0.0",
"loopback-boot": "^2.6.5",
"loopback-component-auto-migrate": "^0.3.0",
"loopback-component-explorer": "^4.0.0",
"loopback-component-passport": "git://github.com/ioscreatix/loopback-component-passport.git",
"loopback-component-passport-c": "^1.6.8",
"loopback-component-paypal": "^1.0.1",
"loopback-component-role-user": "^0.2.2",
"loopback-component-storage": "^3.2.0",
"loopback-component-storage-mongo-gridfs": "git+https://github.com/ioscreatix/loopback-component-storage-mongo-gridfs.git",
"loopback-connector-mongodb": "^3.1.0",
"loopback-counts-mixin": "^1.0.1",
"lzma-native": "^3.0.4",
"lzma-purejs": "^0.9.3",
"multiparty": "^4.1.3",
"node-mocks-http": "^1.6.6",
"nodemailer": "^4.6.3",
"nodemailer-sendgrid": "^1.0.2",
"passport-facebook": "^2.1.1",
"passport-facebook-token": "^3.3.0",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"passport-oauth2": "^1.4.0",
"passport-patreon": "^1.0.1",
"patreon": "^0.3.0",
"paypal-rest-sdk": "^1.8.1",
"plist": "^3.0.1",
"pm2": "^2.10.1",
"pp-ipn": "^1.0.5",
"refresh-token": "^1.0.0",
"request-promise": "^4.2.2",
"serve-favicon": "^2.0.1",
"sharp": "^0.18.4",
"simple-bufferstream": "^1.0.0",
"stream": "0.0.2",
"stream-buffers": "^3.0.1",
"strong-error-handler": "^2.0.0",
"tar-stream": "^1.5.5",
"tar.gz": "^1.0.5",
"universal-analytics": "^0.4.16",
"uuid": "^3.1.0",
"zlibjs": "^0.2.0"
},
"devDependencies": {
"@types/datatables.net": "^1.10.1",
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.5.2",
"eslint": "^3.17.1",
"eslint-config-loopback": "^8.0.0",
"nsp": "^2.1.0"
},
"repository": {
"type": "",
"url": ""
},
"license": "UNLICENSED",
"description": "Amazing Cydia Repository Manager"
}