forked from simov/express-admin
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.42 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.42 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
{
"name": "express-admin",
"version": "1.3.0",
"description": "MySql, MariaDB, SQLite and PostgreSQL database admin built with Express and Bootstrap",
"keywords": [
"mysql",
"mariadb",
"sqlite",
"postgresql",
"database",
"admin",
"express",
"bootstrap"
],
"license": "MIT",
"homepage": "https://github.com/simov/express-admin",
"author": "Simeon Velichkov <simeonvelichkov@gmail.com> (http://simov.github.io)",
"repository": {
"type": "git",
"url": "https://github.com/simov/express-admin.git"
},
"dependencies": {
"async": "0.9.0",
"body-parser": "1.4.3",
"colors": "0.6.1",
"commander": "1.3.2",
"connect-multiparty": "1.1.0",
"consolidate": "0.9.1",
"cookie-parser": "1.3.1",
"csurf": "1.2.2",
"deep-copy": "1.0.0",
"express": "4.4.4",
"express-admin-static": "2.2.2",
"express-session": "1.5.1",
"hogan.js": "3.0.2",
"method-override": "2.0.2",
"moment": "2.8.3",
"morgan": "1.1.1",
"mysql": "2.2.0",
"mysql-validator": "0.1.6",
"pwd": "0.0.3",
"serve-static": "1.2.3",
"slugify": "0.1.0",
"sqlite3": "^3.1.8",
"sr-pagination": "1.0.1",
"xsql": "1.0.1"
},
"devDependencies": {
"mocha": "1.20.1",
"should": "4.0.4",
"supertest": "0.15.0",
"recursive-fs": "*"
},
"main": "./app",
"bin": {
"admin": "./bin/admin"
},
"scripts": {
"test": "make test"
}
}