-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 2.51 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
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
103
104
105
106
{
"name": "strapi",
"version": "3",
"description": "An open source solution to create and manage your own API. It provides a powerful dashboard and features to make your life easier.",
"homepage": "http://strapi.io",
"keywords": [
"api",
"auth",
"framework",
"http",
"json",
"koa",
"koajs",
"lusca",
"mvc",
"oauth",
"oauth2",
"orm",
"realtime",
"rest",
"restful",
"security"
],
"directories": {
"lib": "./lib",
"bin": "./bin"
},
"main": "./lib",
"bin": {
"strapi": "./bin/strapi.js"
},
"dependencies": {
"async": "^2.1.2",
"boom": "^5.2.0",
"chalk": "^2.4.1",
"cheerio": "^1.0.0-rc.2",
"chokidar": "^2.1.2",
"cross-spawn": "^6.0.5",
"delegates": "^1.0.0",
"fs-extra": "^7.0.0",
"glob": "^7.1.2",
"kcors": "^2.2.0",
"koa": "^2.1.0",
"koa-body": "^2.5.0",
"koa-compose": "^4.0.0",
"koa-compress": "^2.0.0",
"koa-convert": "^1.2.0",
"koa-favicon": "^2.0.0",
"koa-i18n": "^2.1.0",
"koa-ip": "^1.0.0",
"koa-locale": "~1.3.0",
"koa-lusca": "~2.2.0",
"koa-router-joi": "^1.0.1",
"koa-session": "^5.5.1",
"koa-static": "^4.0.1",
"lodash": "^4.17.5",
"node-fetch": "^1.7.3",
"node-machine-id": "^1.1.10",
"node-schedule": "^1.2.0",
"opn": "^5.3.0",
"ora": "^3.0.0",
"rimraf": "^2.6.2",
"semver": "^5.4.1",
"shelljs": "^0.8.3",
"stack-trace": "0.0.10",
"strapi-generate": "3.0.0-alpha.26.1",
"strapi-generate-admin": "3.0.0-alpha.26.1",
"strapi-generate-api": "3.0.0-alpha.26.1",
"strapi-generate-controller": "3.0.0-alpha.26.1",
"strapi-generate-model": "3.0.0-alpha.26.1",
"strapi-generate-new": "3.0.0-alpha.26.1",
"strapi-generate-plugin": "3.0.0-alpha.26.1",
"strapi-generate-policy": "3.0.0-alpha.26.1",
"strapi-generate-service": "3.0.0-alpha.26.1",
"strapi-utils": "3.0.0-alpha.26.1"
},
"scripts": {
"test": "jest --forceExit --verbose",
"postinstall": "node lib/utils/success.js"
},
"author": {
"email": "[email protected]",
"name": "Strapi team",
"url": "http://strapi.io"
},
"maintainers": [
{
"name": "Strapi team",
"email": "[email protected]",
"url": "http://strapi.io"
}
],
"repository": {
"type": "git",
"url": "git://github.com/strapi/strapi.git"
},
"bugs": {
"url": "https://github.com/strapi/strapi/issues"
},
"engines": {
"node": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"preferGlobal": true,
"license": "MIT"
}