-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.65 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
{
"name": "IndeemaCI",
"private": true,
"version": "1.0.0",
"description": "Indeema CI tools for automate and optimize time on setting up new servers for software development and creating scripts for continuous integration solutions.",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi",
"debug": "node --inspect ./config/functions/init.js"
},
"devDependencies": {},
"dependencies": {
"aws-sign2": "^0.7.0",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"ldapjs": "^1.0.2",
"nodemailer": "^6.4.5",
"socket.io": "^2.3.0",
"strapi": "3.0.0-beta.18.1",
"strapi-admin": "3.0.0-beta.18.1",
"strapi-connector-mongoose": "3.0.0-beta.18.1",
"strapi-plugin-content-manager": "3.0.0-beta.18.1",
"strapi-plugin-content-type-builder": "3.0.0-beta.18.1",
"strapi-plugin-email": "3.0.0-beta.18.1",
"strapi-plugin-upload": "3.0.0-beta.18.1",
"strapi-plugin-users-permissions": "^3.0.0-next.41",
"strapi-utils": "3.0.0-beta.18.1"
},
"author": {
"email": "[email protected]",
"name": "Indeema Software Inc",
"url": "https://indeema.com"
},
"maintainers": [
{
"email": "[email protected]",
"name": "Indeema Software Inc",
"url": "https://indeema.com"
}
],
"repository": {
"type": "git",
"url": "git://github.com/IndeemaSoftware/indeema-ci.git"
},
"bugs": {
"url": "https://github.com/IndeemaSoftware/indeema-ci/issues"
},
"strapi": {
"uuid": "824b53c2-9cc7-4900-84b2-45876ebaf632"
},
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
},
"license": "LGPL"
}