-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
executable file
·47 lines (47 loc) · 1023 Bytes
/
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
{
"name": "koahub-simple-cms",
"version": "3.0.0",
"description": "koahub-simple-cms",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"engines": {
"node": ">= 7.6.0"
},
"keywords": [
"web",
"app",
"http",
"application",
"framework",
"koa",
"koahub",
"koahubjs"
],
"author": "js.koahub.com",
"license": "ISC",
"dependencies": {
"babel-runtime": "^6.22.0",
"bookshelf": "^0.10.3",
"fs-promise": "^1.0.0",
"handlebars-helpers": "^0.8.0",
"knex": "^0.12.6",
"koahub": "koahubjs/koahub",
"koahub-cli": "koahubjs/koahub-cli",
"koahub-handlebars": "koahubjs/koahub-handlebars",
"koahub-mysql": "koahubjs/koahub-mysql",
"list-to-tree": "^1.0.0",
"md5": "^2.2.1",
"mysql": "^2.13.0",
"node-uuid": "^1.4.7",
"pagination": "^0.4.4",
"svg-captcha": "^1.3.1",
"transliteration": "^1.5.2"
},
"devDependencies": {
"mocha": "^3.2.0",
"should": "^11.2.0",
"supertest": "^3.0.0"
}
}